Enum HumanBodyBones
- Namespace
- VMagicMirror.Buddy
UnityEngineのHumanBodyBonesと同じ順序で定義された人型ボーン情報の一覧です。 ただし、UnityEngineの値とは異なり、無効なボーンを表す None が追加で定義されています。
public enum HumanBodyBones
Fields
None = -1Hips = 0LeftUpperLeg = 1RightUpperLeg = 2LeftLowerLeg = 3RightLowerLeg = 4LeftFoot = 5RightFoot = 6Spine = 7Chest = 8Neck = 9Head = 10LeftShoulder = 11RightShoulder = 12LeftUpperArm = 13RightUpperArm = 14LeftLowerArm = 15RightLowerArm = 16LeftHand = 17RightHand = 18LeftToes = 19RightToes = 20LeftEye = 21RightEye = 22Jaw = 23LeftThumbProximal = 24LeftThumbIntermediate = 25LeftThumbDistal = 26LeftIndexProximal = 27LeftIndexIntermediate = 28LeftIndexDistal = 29LeftMiddleProximal = 30LeftMiddleIntermediate = 31LeftMiddleDistal = 32LeftRingProximal = 33LeftRingIntermediate = 34LeftRingDistal = 35LeftLittleProximal = 36LeftLittleIntermediate = 37LeftLittleDistal = 38RightThumbProximal = 39RightThumbIntermediate = 40RightThumbDistal = 41RightIndexProximal = 42RightIndexIntermediate = 43RightIndexDistal = 44RightMiddleProximal = 45RightMiddleIntermediate = 46RightMiddleDistal = 47RightRingProximal = 48RightRingIntermediate = 49RightRingDistal = 50RightLittleProximal = 51RightLittleIntermediate = 52RightLittleDistal = 53UpperChest = 54LastBone = 55