Value | Meaning |
---|---|
rotationNone0 | Forbids the PathFollow to rotate. |
rotationY1 | Allows the PathFollow to rotate in the Y axis only. |
rotationXy2 | Allows the PathFollow to rotate in both the X, and Y axes. |
rotationXyz3 | Allows the PathFollow to rotate in any axis. |
rotationOriented4 | Uses the up vector information in a Curve3D to enforce orientation. This rotation mode requires the Path's Curve3D.upVectorEnabled property to be set to true. |