Curve.GDNativeClassBinding

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

Members

Static variables

_getData
GodotMethod!(Array) _getData;
Undocumented in source.
_setData
GodotMethod!(void, Array) _setData;
Undocumented in source.
addPoint
GodotMethod!(long, Vector2, double, double, long, long) addPoint;
Undocumented in source.
bake
GodotMethod!(void) bake;
Undocumented in source.
cleanDupes
GodotMethod!(void) cleanDupes;
Undocumented in source.
clearPoints
GodotMethod!(void) clearPoints;
Undocumented in source.
getBakeResolution
GodotMethod!(long) getBakeResolution;
Undocumented in source.
getMaxValue
GodotMethod!(double) getMaxValue;
Undocumented in source.
getMinValue
GodotMethod!(double) getMinValue;
Undocumented in source.
getPointCount
GodotMethod!(long) getPointCount;
Undocumented in source.
getPointLeftMode
GodotMethod!(Curve.TangentMode, long) getPointLeftMode;
Undocumented in source.
getPointLeftTangent
GodotMethod!(double, long) getPointLeftTangent;
Undocumented in source.
getPointPosition
GodotMethod!(Vector2, long) getPointPosition;
Undocumented in source.
getPointRightMode
GodotMethod!(Curve.TangentMode, long) getPointRightMode;
Undocumented in source.
getPointRightTangent
GodotMethod!(double, long) getPointRightTangent;
Undocumented in source.
interpolate
GodotMethod!(double, double) interpolate;
Undocumented in source.
interpolateBaked
GodotMethod!(double, double) interpolateBaked;
Undocumented in source.
removePoint
GodotMethod!(void, long) removePoint;
Undocumented in source.
setBakeResolution
GodotMethod!(void, long) setBakeResolution;
Undocumented in source.
setMaxValue
GodotMethod!(void, double) setMaxValue;
Undocumented in source.
setMinValue
GodotMethod!(void, double) setMinValue;
Undocumented in source.
setPointLeftMode
GodotMethod!(void, long, long) setPointLeftMode;
Undocumented in source.
setPointLeftTangent
GodotMethod!(void, long, double) setPointLeftTangent;
Undocumented in source.
setPointOffset
GodotMethod!(long, long, double) setPointOffset;
Undocumented in source.
setPointRightMode
GodotMethod!(void, long, long) setPointRightMode;
Undocumented in source.
setPointRightTangent
GodotMethod!(void, long, double) setPointRightTangent;
Undocumented in source.
setPointValue
GodotMethod!(void, long, double) setPointValue;
Undocumented in source.

Meta