- _addBlendPoint
GodotMethod!(void, long, AnimationRootNode) _addBlendPoint;
Undocumented in source.
- _getTriangles
GodotMethod!(PoolIntArray) _getTriangles;
Undocumented in source.
- _setTriangles
GodotMethod!(void, PoolIntArray) _setTriangles;
Undocumented in source.
- _treeChanged
GodotMethod!(void) _treeChanged;
Undocumented in source.
- _updateTriangles
GodotMethod!(void) _updateTriangles;
Undocumented in source.
- addBlendPoint
GodotMethod!(void, AnimationRootNode, Vector2, long) addBlendPoint;
Undocumented in source.
- addTriangle
GodotMethod!(void, long, long, long, long) addTriangle;
Undocumented in source.
- getAutoTriangles
GodotMethod!(bool) getAutoTriangles;
Undocumented in source.
- getBlendMode
GodotMethod!(AnimationNodeBlendSpace2D.BlendMode) getBlendMode;
Undocumented in source.
- getBlendPointCount
GodotMethod!(long) getBlendPointCount;
Undocumented in source.
- getBlendPointNode
GodotMethod!(AnimationRootNode, long) getBlendPointNode;
Undocumented in source.
- getBlendPointPosition
GodotMethod!(Vector2, long) getBlendPointPosition;
Undocumented in source.
- getMaxSpace
GodotMethod!(Vector2) getMaxSpace;
Undocumented in source.
- getMinSpace
GodotMethod!(Vector2) getMinSpace;
Undocumented in source.
- getSnap
GodotMethod!(Vector2) getSnap;
Undocumented in source.
- getTriangleCount
GodotMethod!(long) getTriangleCount;
Undocumented in source.
- getTrianglePoint
GodotMethod!(long, long, long) getTrianglePoint;
Undocumented in source.
- getXLabel
GodotMethod!(String) getXLabel;
Undocumented in source.
- getYLabel
GodotMethod!(String) getYLabel;
Undocumented in source.
- removeBlendPoint
GodotMethod!(void, long) removeBlendPoint;
Undocumented in source.
- removeTriangle
GodotMethod!(void, long) removeTriangle;
Undocumented in source.
- setAutoTriangles
GodotMethod!(void, bool) setAutoTriangles;
Undocumented in source.
- setBlendMode
GodotMethod!(void, long) setBlendMode;
Undocumented in source.
- setBlendPointNode
GodotMethod!(void, long, AnimationRootNode) setBlendPointNode;
Undocumented in source.
- setBlendPointPosition
GodotMethod!(void, long, Vector2) setBlendPointPosition;
Undocumented in source.
- setMaxSpace
GodotMethod!(void, Vector2) setMaxSpace;
Undocumented in source.
- setMinSpace
GodotMethod!(void, Vector2) setMinSpace;
Undocumented in source.
- setSnap
GodotMethod!(void, Vector2) setSnap;
Undocumented in source.
- setXLabel
GodotMethod!(void, String) setXLabel;
Undocumented in source.
- setYLabel
GodotMethod!(void, String) setYLabel;
Undocumented in source.