Click or drag to resize

PathFollowRotationModeEnum Enumeration

[Missing <summary> documentation for "T:Godot.PathFollow.RotationModeEnum"]

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

Forbids the PathFollow to rotate.

Y1

Allows the PathFollow to rotate in the Y axis only.

Xy2

Allows the PathFollow to rotate in both the X, and Y axes.

Xyz3

Allows the PathFollow to rotate in any axis.

Oriented4

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.

See Also