Enum SpringBoneSimulator3D.BoneDirection
- Namespace
- Godot
- Assembly
- GodotSharp.dll
public enum SpringBoneSimulator3D.BoneDirection : long
Fields
FromParent = 6Enumerated value for the axis from a parent bone to the child bone.
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.