xyz

    Allows the PathFollow3D to rotate in any axis.

    PathFollow3D.swift:24
    case xyz

    Other cases

    • case none

      Forbids the PathFollow3D to rotate.

    • case y

      Allows the PathFollow3D to rotate in the Y axis only.

    • case xy

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

    • case oriented

      Uses the up vector information in a Curve3D to enforce orientation. This rotation mode requires the Path3D’s upVectorEnabled property to be set to true.