Enum SkeletonModifier3D.BoneAxis
- Namespace
- Godot
- Assembly
- GodotSharp.dll
public enum SkeletonModifier3D.BoneAxis : long
Fields
MinusX = 1
Enumerated value for the -X axis.
MinusY = 3
Enumerated value for the -Y axis.
MinusZ = 5
Enumerated value for the -Z axis.
PlusX = 0
Enumerated value for the +X axis.
PlusY = 2
Enumerated value for the +Y axis.
PlusZ = 4
Enumerated value for the +Z axis.