Curve2D.GDNativeClassBinding

Undocumented in source.
struct Curve2D
package @nogc nothrow static
struct GDNativeClassBinding {}

Members

Static variables

_getData
GodotMethod!(Dictionary) _getData;
Undocumented in source.
_setData
GodotMethod!(void, Dictionary) _setData;
Undocumented in source.
addPoint
GodotMethod!(void, Vector2, Vector2, Vector2, 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!(PoolVector2Array) getBakedPoints;
Undocumented in source.
getClosestOffset
GodotMethod!(double, Vector2) getClosestOffset;
Undocumented in source.
getClosestPoint
GodotMethod!(Vector2, Vector2) getClosestPoint;
Undocumented in source.
getPointCount
GodotMethod!(long) getPointCount;
Undocumented in source.
getPointIn
GodotMethod!(Vector2, long) getPointIn;
Undocumented in source.
getPointOut
GodotMethod!(Vector2, long) getPointOut;
Undocumented in source.
getPointPosition
GodotMethod!(Vector2, long) getPointPosition;
Undocumented in source.
interpolate
GodotMethod!(Vector2, long, double) interpolate;
Undocumented in source.
interpolateBaked
GodotMethod!(Vector2, double, bool) interpolateBaked;
Undocumented in source.
interpolatef
GodotMethod!(Vector2, double) interpolatef;
Undocumented in source.
removePoint
GodotMethod!(void, long) removePoint;
Undocumented in source.
setBakeInterval
GodotMethod!(void, double) setBakeInterval;
Undocumented in source.
setPointIn
GodotMethod!(void, long, Vector2) setPointIn;
Undocumented in source.
setPointOut
GodotMethod!(void, long, Vector2) setPointOut;
Undocumented in source.
setPointPosition
GodotMethod!(void, long, Vector2) setPointPosition;
Undocumented in source.
tessellate
GodotMethod!(PoolVector2Array, long, double) tessellate;
Undocumented in source.

Meta