Enum PathFollow3D.RotationModeEnum
- Namespace
- Godot
- Assembly
- GodotSharp.dll
public enum PathFollow3D.RotationModeEnum : long
Fields
None = 0Forbids the PathFollow3D to rotate.
Oriented = 4Uses the up vector information in a Curve3D to enforce orientation. This rotation mode requires the Path3D's UpVectorEnabled property to be set to
true.Xy = 2Allows the PathFollow3D to rotate in both the X, and Y axes.
Xyz = 3Allows the PathFollow3D to rotate in any axis.
Y = 1Allows the PathFollow3D to rotate in the Y axis only.