- _hasEditable3dPolygonNoDepth
GodotMethod!(bool) _hasEditable3dPolygonNoDepth;
Undocumented in source.
- _isEditable3dPolygon
GodotMethod!(bool) _isEditable3dPolygon;
Undocumented in source.
- _pathChanged
GodotMethod!(void) _pathChanged;
Undocumented in source.
- _pathExited
GodotMethod!(void) _pathExited;
Undocumented in source.
- getDepth
GodotMethod!(double) getDepth;
Undocumented in source.
- getMaterial
GodotMethod!(Material) getMaterial;
Undocumented in source.
- getMode
GodotMethod!(CSGPolygon.Mode) getMode;
Undocumented in source.
- getPathInterval
GodotMethod!(double) getPathInterval;
Undocumented in source.
- getPathNode
GodotMethod!(NodePath) getPathNode;
Undocumented in source.
- getPathRotation
GodotMethod!(CSGPolygon.PathRotation) getPathRotation;
Undocumented in source.
- getPolygon
GodotMethod!(PoolVector2Array) getPolygon;
Undocumented in source.
- getSmoothFaces
GodotMethod!(bool) getSmoothFaces;
Undocumented in source.
- getSpinDegrees
GodotMethod!(double) getSpinDegrees;
Undocumented in source.
- getSpinSides
GodotMethod!(long) getSpinSides;
Undocumented in source.
- isPathContinuousU
GodotMethod!(bool) isPathContinuousU;
Undocumented in source.
- isPathJoined
GodotMethod!(bool) isPathJoined;
Undocumented in source.
- isPathLocal
GodotMethod!(bool) isPathLocal;
Undocumented in source.
- setDepth
GodotMethod!(void, double) setDepth;
Undocumented in source.
- setMaterial
GodotMethod!(void, Material) setMaterial;
Undocumented in source.
- setMode
GodotMethod!(void, long) setMode;
Undocumented in source.
- setPathContinuousU
GodotMethod!(void, bool) setPathContinuousU;
Undocumented in source.
- setPathInterval
GodotMethod!(void, double) setPathInterval;
Undocumented in source.
- setPathJoined
GodotMethod!(void, bool) setPathJoined;
Undocumented in source.
- setPathLocal
GodotMethod!(void, bool) setPathLocal;
Undocumented in source.
- setPathNode
GodotMethod!(void, NodePath) setPathNode;
Undocumented in source.
- setPathRotation
GodotMethod!(void, long) setPathRotation;
Undocumented in source.
- setPolygon
GodotMethod!(void, PoolVector2Array) setPolygon;
Undocumented in source.
- setSmoothFaces
GodotMethod!(void, bool) setSmoothFaces;
Undocumented in source.
- setSpinDegrees
GodotMethod!(void, double) setSpinDegrees;
Undocumented in source.
- setSpinSides
GodotMethod!(void, long) setSpinSides;
Undocumented in source.