ROTATION_NONE:null = 0
Forbids the PathFollow3D to rotate.
ROTATION_Y:null = 1
Allows the PathFollow3D to rotate in the Y axis only.
ROTATION_XY:null = 2
Allows the PathFollow3D to rotate in both the X, and Y axes.
ROTATION_XYZ:null = 3
Allows the PathFollow3D to rotate in any axis.
ROTATION_ORIENTED:null = 4
Uses the up vector information in a
Curve3D to enforce orientation. This rotation mode requires the
Path3D's [member Curve3D.up_vector_enabled] property to be set to
true.