- _getData
GodotMethod!(Dictionary) _getData;
Undocumented in source.
- _setData
GodotMethod!(void, Dictionary) _setData;
Undocumented in source.
- addPoint
GodotMethod!(void, Vector3, Vector3, Vector3, long) addPoint;
Undocumented in source.
- clearPoints
GodotMethod!(void) clearPoints;
Undocumented in source.
- getBakeInterval
GodotMethod!(double) getBakeInterval;
Undocumented in source.
- getBakedLength
GodotMethod!(double) getBakedLength;
Undocumented in source.
- getBakedPoints
GodotMethod!(PoolVector3Array) getBakedPoints;
Undocumented in source.
- getBakedTilts
GodotMethod!(PoolRealArray) getBakedTilts;
Undocumented in source.
- getBakedUpVectors
GodotMethod!(PoolVector3Array) getBakedUpVectors;
Undocumented in source.
- getClosestOffset
GodotMethod!(double, Vector3) getClosestOffset;
Undocumented in source.
- getClosestPoint
GodotMethod!(Vector3, Vector3) getClosestPoint;
Undocumented in source.
- getPointCount
GodotMethod!(long) getPointCount;
Undocumented in source.
- getPointIn
GodotMethod!(Vector3, long) getPointIn;
Undocumented in source.
- getPointOut
GodotMethod!(Vector3, long) getPointOut;
Undocumented in source.
- getPointPosition
GodotMethod!(Vector3, long) getPointPosition;
Undocumented in source.
- getPointTilt
GodotMethod!(double, long) getPointTilt;
Undocumented in source.
- interpolate
GodotMethod!(Vector3, long, double) interpolate;
Undocumented in source.
- interpolateBaked
GodotMethod!(Vector3, double, bool) interpolateBaked;
Undocumented in source.
- interpolateBakedUpVector
GodotMethod!(Vector3, double, bool) interpolateBakedUpVector;
Undocumented in source.
- interpolatef
GodotMethod!(Vector3, double) interpolatef;
Undocumented in source.
- isUpVectorEnabled
GodotMethod!(bool) isUpVectorEnabled;
Undocumented in source.
- removePoint
GodotMethod!(void, long) removePoint;
Undocumented in source.
- setBakeInterval
GodotMethod!(void, double) setBakeInterval;
Undocumented in source.
- setPointIn
GodotMethod!(void, long, Vector3) setPointIn;
Undocumented in source.
- setPointOut
GodotMethod!(void, long, Vector3) setPointOut;
Undocumented in source.
- setPointPosition
GodotMethod!(void, long, Vector3) setPointPosition;
Undocumented in source.
- setPointTilt
GodotMethod!(void, long, double) setPointTilt;
Undocumented in source.
- setUpVectorEnabled
GodotMethod!(void, bool) setUpVectorEnabled;
Undocumented in source.
- tessellate
GodotMethod!(PoolVector3Array, long, double) tessellate;
Undocumented in source.