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