Table of Contents

Enum SpringBoneSimulator3D.BoneDirection

Namespace
Godot
Assembly
GodotSharp.dll
public enum SpringBoneSimulator3D.BoneDirection : long

Fields

FromParent = 6

Enumerated value for the axis from a parent bone to the child bone.

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.