Table of Contents

Enum CsgPolygon3D.PathRotationEnum

Namespace
Godot
Assembly
GodotSharp.dll
public enum CsgPolygon3D.PathRotationEnum : long

Fields

Path = 1

The Polygon shape is rotated along the path, but it is not rotated around the path axis.

Note: Requires the path Z coordinates to continually decrease to ensure viable shapes.

PathFollow = 2

The Polygon shape follows the path and its rotations around the path axis.

Polygon = 0

The Polygon shape is not rotated.

Note: Requires the path Z coordinates to continually decrease to ensure viable shapes.