- _curveChanged
GodotMethod!(void) _curveChanged;
Undocumented in source.
- _gradientChanged
GodotMethod!(void) _gradientChanged;
Undocumented in source.
- addPoint
GodotMethod!(void, Vector2, long) addPoint;
Undocumented in source.
- clearPoints
GodotMethod!(void) clearPoints;
Undocumented in source.
- getAntialiased
GodotMethod!(bool) getAntialiased;
Undocumented in source.
- getBeginCapMode
GodotMethod!(Line2D.LineCapMode) getBeginCapMode;
Undocumented in source.
- getCurve
GodotMethod!(Curve) getCurve;
Undocumented in source.
- getDefaultColor
GodotMethod!(Color) getDefaultColor;
Undocumented in source.
- getEndCapMode
GodotMethod!(Line2D.LineCapMode) getEndCapMode;
Undocumented in source.
- getGradient
GodotMethod!(Gradient) getGradient;
Undocumented in source.
- getJointMode
GodotMethod!(Line2D.LineJointMode) getJointMode;
Undocumented in source.
- getPointCount
GodotMethod!(long) getPointCount;
Undocumented in source.
- getPointPosition
GodotMethod!(Vector2, long) getPointPosition;
Undocumented in source.
- getPoints
GodotMethod!(PoolVector2Array) getPoints;
Undocumented in source.
- getRoundPrecision
GodotMethod!(long) getRoundPrecision;
Undocumented in source.
- getSharpLimit
GodotMethod!(double) getSharpLimit;
Undocumented in source.
- getTexture
GodotMethod!(Texture) getTexture;
Undocumented in source.
- getTextureMode
GodotMethod!(Line2D.LineTextureMode) getTextureMode;
Undocumented in source.
- getWidth
GodotMethod!(double) getWidth;
Undocumented in source.
- removePoint
GodotMethod!(void, long) removePoint;
Undocumented in source.
- setAntialiased
GodotMethod!(void, bool) setAntialiased;
Undocumented in source.
- setBeginCapMode
GodotMethod!(void, long) setBeginCapMode;
Undocumented in source.
- setCurve
GodotMethod!(void, Curve) setCurve;
Undocumented in source.
- setDefaultColor
GodotMethod!(void, Color) setDefaultColor;
Undocumented in source.
- setEndCapMode
GodotMethod!(void, long) setEndCapMode;
Undocumented in source.
- setGradient
GodotMethod!(void, Gradient) setGradient;
Undocumented in source.
- setJointMode
GodotMethod!(void, long) setJointMode;
Undocumented in source.
- setPointPosition
GodotMethod!(void, long, Vector2) setPointPosition;
Undocumented in source.
- setPoints
GodotMethod!(void, PoolVector2Array) setPoints;
Undocumented in source.
- setRoundPrecision
GodotMethod!(void, long) setRoundPrecision;
Undocumented in source.
- setSharpLimit
GodotMethod!(void, double) setSharpLimit;
Undocumented in source.
- setTexture
GodotMethod!(void, Texture) setTexture;
Undocumented in source.
- setTextureMode
GodotMethod!(void, long) setTextureMode;
Undocumented in source.
- setWidth
GodotMethod!(void, double) setWidth;
Undocumented in source.