PathFollowRotationModeEnum Enumeration |
[Missing <summary> documentation for "T:Godot.PathFollow.RotationModeEnum"]
Namespace: Godot
public enum RotationModeEnum
Member name | Value | Description | |
---|---|---|---|
None | 0 | Forbids the PathFollow to rotate. | |
Y | 1 | Allows the PathFollow to rotate in the Y axis only. | |
Xy | 2 | Allows the PathFollow to rotate in both the X, and Y axes. | |
Xyz | 3 | Allows the PathFollow to rotate in any axis. | |
Oriented | 4 | Uses the up vector information in a Curve3D to enforce orientation. This rotation mode requires the Path's UpVectorEnabled property to be set to true. |