Enum SpringBoneSimulator3D.RotationAxis
- Namespace
- Godot
- Assembly
- GodotSharp.dll
public enum SpringBoneSimulator3D.RotationAxis : long
Fields
All = 3
Enumerated value for the unconstrained rotation.
X = 0
Enumerated value for the rotation of the X axis.
Y = 1
Enumerated value for the rotation of the Y axis.
Z = 2
Enumerated value for the rotation of the Z axis.