Click or drag to resize

CSGPolygonModeEnum Enumeration

[Missing <summary> documentation for "T:Godot.CSGPolygon.ModeEnum"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public enum ModeEnum
Members
  Member nameValueDescription
Depth0

Shape is extruded to Depth.

Spin1

Shape is extruded by rotating it around an axis.

Path2

Shape is extruded along a path set by a Shape set in PathNode.

See Also