Click or drag to resize

CSGPolygonPathRotationEnum Enumeration

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

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

Slice is not rotated.

Path1

Slice is rotated around the up vector of the path.

PathFollow2

Slice is rotate to match the path exactly.

See Also