Enumeration Casemigueldeicaza.swiftgodot 0.45.0SwiftGodot
xyz
Allows the PathFollow3D to rotate in any axis.
PathFollow3D.swift:24case 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 thePath3D
’supVectorEnabled
property to be set totrue
.