CSGPolygonModeEnum Enumeration |
[Missing <summary> documentation for "T:Godot.CSGPolygon.ModeEnum"]
Namespace:
Godot
Assembly:
GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
Members
| Member name | Value | Description |
---|
| Depth | 0 | Shape is extruded to Depth. |
| Spin | 1 | Shape is extruded by rotating it around an axis. |
| Path | 2 | Shape is extruded along a path set by a Shape set in PathNode. |
See Also