# HumanBodyBones

> Human Body Bones.

## Definition

* **Type:** Enum
* **Namespace:** [UnityEngine](/engine/6000.5/script-reference/unityengine.md)
* **Assembly:** UnityEngine.AnimationModule

```csharp
public enum HumanBodyBones
```

## Remarks

Additional Resources: [Animator.GetBoneTransform](/engine/6000.5/script-reference/unityengine/animator/getbonetransform.md).

## Fields

| Value                                                                                                            | Description                            |
| ---------------------------------------------------------------------------------------------------------------- | -------------------------------------- |
| [Chest](/engine/6000.5/script-reference/unityengine/humanbodybones/chest.md)                                     | This is the Chest bone.                |
| [Head](/engine/6000.5/script-reference/unityengine/humanbodybones/head.md)                                       | This is the Head bone.                 |
| [Hips](/engine/6000.5/script-reference/unityengine/humanbodybones/hips.md)                                       | This is the Hips bone.                 |
| [Jaw](/engine/6000.5/script-reference/unityengine/humanbodybones/jaw.md)                                         | This is the Jaw bone.                  |
| [LastBone](/engine/6000.5/script-reference/unityengine/humanbodybones/lastbone.md)                               | This is the Last bone index delimiter. |
| [LeftEye](/engine/6000.5/script-reference/unityengine/humanbodybones/lefteye.md)                                 | This is the Left Eye bone.             |
| [LeftFoot](/engine/6000.5/script-reference/unityengine/humanbodybones/leftfoot.md)                               | This is the Left Ankle bone.           |
| [LeftHand](/engine/6000.5/script-reference/unityengine/humanbodybones/lefthand.md)                               | This is the Left Wrist bone.           |
| [LeftIndexDistal](/engine/6000.5/script-reference/unityengine/humanbodybones/leftindexdistal.md)                 | This is the left index 3rd phalange.   |
| [LeftIndexIntermediate](/engine/6000.5/script-reference/unityengine/humanbodybones/leftindexintermediate.md)     | This is the left index 2nd phalange.   |
| [LeftIndexProximal](/engine/6000.5/script-reference/unityengine/humanbodybones/leftindexproximal.md)             | This is the left index 1st phalange.   |
| [LeftLittleDistal](/engine/6000.5/script-reference/unityengine/humanbodybones/leftlittledistal.md)               | This is the left little 3rd phalange.  |
| [LeftLittleIntermediate](/engine/6000.5/script-reference/unityengine/humanbodybones/leftlittleintermediate.md)   | This is the left little 2nd phalange.  |
| [LeftLittleProximal](/engine/6000.5/script-reference/unityengine/humanbodybones/leftlittleproximal.md)           | This is the left little 1st phalange.  |
| [LeftLowerArm](/engine/6000.5/script-reference/unityengine/humanbodybones/leftlowerarm.md)                       | This is the Left Elbow bone.           |
| [LeftLowerLeg](/engine/6000.5/script-reference/unityengine/humanbodybones/leftlowerleg.md)                       | This is the Left Knee bone.            |
| [LeftMiddleDistal](/engine/6000.5/script-reference/unityengine/humanbodybones/leftmiddledistal.md)               | This is the left middle 3rd phalange.  |
| [LeftMiddleIntermediate](/engine/6000.5/script-reference/unityengine/humanbodybones/leftmiddleintermediate.md)   | This is the left middle 2nd phalange.  |
| [LeftMiddleProximal](/engine/6000.5/script-reference/unityengine/humanbodybones/leftmiddleproximal.md)           | This is the left middle 1st phalange.  |
| [LeftRingDistal](/engine/6000.5/script-reference/unityengine/humanbodybones/leftringdistal.md)                   | This is the left ring 3rd phalange.    |
| [LeftRingIntermediate](/engine/6000.5/script-reference/unityengine/humanbodybones/leftringintermediate.md)       | This is the left ring 2nd phalange.    |
| [LeftRingProximal](/engine/6000.5/script-reference/unityengine/humanbodybones/leftringproximal.md)               | This is the left ring 1st phalange.    |
| [LeftShoulder](/engine/6000.5/script-reference/unityengine/humanbodybones/leftshoulder.md)                       | This is the Left Shoulder bone.        |
| [LeftThumbDistal](/engine/6000.5/script-reference/unityengine/humanbodybones/leftthumbdistal.md)                 | This is the left thumb 3rd phalange.   |
| [LeftThumbIntermediate](/engine/6000.5/script-reference/unityengine/humanbodybones/leftthumbintermediate.md)     | This is the left thumb 2nd phalange.   |
| [LeftThumbProximal](/engine/6000.5/script-reference/unityengine/humanbodybones/leftthumbproximal.md)             | This is the left thumb 1st phalange.   |
| [LeftToes](/engine/6000.5/script-reference/unityengine/humanbodybones/lefttoes.md)                               | This is the Left Toes bone.            |
| [LeftUpperArm](/engine/6000.5/script-reference/unityengine/humanbodybones/leftupperarm.md)                       | This is the Left Upper Arm bone.       |
| [LeftUpperLeg](/engine/6000.5/script-reference/unityengine/humanbodybones/leftupperleg.md)                       | This is the Left Upper Leg bone.       |
| [Neck](/engine/6000.5/script-reference/unityengine/humanbodybones/neck.md)                                       | This is the Neck bone.                 |
| [RightEye](/engine/6000.5/script-reference/unityengine/humanbodybones/righteye.md)                               | This is the Right Eye bone.            |
| [RightFoot](/engine/6000.5/script-reference/unityengine/humanbodybones/rightfoot.md)                             | This is the Right Ankle bone.          |
| [RightHand](/engine/6000.5/script-reference/unityengine/humanbodybones/righthand.md)                             | This is the Right Wrist bone.          |
| [RightIndexDistal](/engine/6000.5/script-reference/unityengine/humanbodybones/rightindexdistal.md)               | This is the right index 3rd phalange.  |
| [RightIndexIntermediate](/engine/6000.5/script-reference/unityengine/humanbodybones/rightindexintermediate.md)   | This is the right index 2nd phalange.  |
| [RightIndexProximal](/engine/6000.5/script-reference/unityengine/humanbodybones/rightindexproximal.md)           | This is the right index 1st phalange.  |
| [RightLittleDistal](/engine/6000.5/script-reference/unityengine/humanbodybones/rightlittledistal.md)             | This is the right little 3rd phalange. |
| [RightLittleIntermediate](/engine/6000.5/script-reference/unityengine/humanbodybones/rightlittleintermediate.md) | This is the right little 2nd phalange. |
| [RightLittleProximal](/engine/6000.5/script-reference/unityengine/humanbodybones/rightlittleproximal.md)         | This is the right little 1st phalange. |
| [RightLowerArm](/engine/6000.5/script-reference/unityengine/humanbodybones/rightlowerarm.md)                     | This is the Right Elbow bone.          |
| [RightLowerLeg](/engine/6000.5/script-reference/unityengine/humanbodybones/rightlowerleg.md)                     | This is the Right Knee bone.           |
| [RightMiddleDistal](/engine/6000.5/script-reference/unityengine/humanbodybones/rightmiddledistal.md)             | This is the right middle 3rd phalange. |
| [RightMiddleIntermediate](/engine/6000.5/script-reference/unityengine/humanbodybones/rightmiddleintermediate.md) | This is the right middle 2nd phalange. |
| [RightMiddleProximal](/engine/6000.5/script-reference/unityengine/humanbodybones/rightmiddleproximal.md)         | This is the right middle 1st phalange. |
| [RightRingDistal](/engine/6000.5/script-reference/unityengine/humanbodybones/rightringdistal.md)                 | This is the right ring 3rd phalange.   |
| [RightRingIntermediate](/engine/6000.5/script-reference/unityengine/humanbodybones/rightringintermediate.md)     | This is the right ring 2nd phalange.   |
| [RightRingProximal](/engine/6000.5/script-reference/unityengine/humanbodybones/rightringproximal.md)             | This is the right ring 1st phalange.   |
| [RightShoulder](/engine/6000.5/script-reference/unityengine/humanbodybones/rightshoulder.md)                     | This is the Right Shoulder bone.       |
| [RightThumbDistal](/engine/6000.5/script-reference/unityengine/humanbodybones/rightthumbdistal.md)               | This is the right thumb 3rd phalange.  |
| [RightThumbIntermediate](/engine/6000.5/script-reference/unityengine/humanbodybones/rightthumbintermediate.md)   | This is the right thumb 2nd phalange.  |
| [RightThumbProximal](/engine/6000.5/script-reference/unityengine/humanbodybones/rightthumbproximal.md)           | This is the right thumb 1st phalange.  |
| [RightToes](/engine/6000.5/script-reference/unityengine/humanbodybones/righttoes.md)                             | This is the Right Toes bone.           |
| [RightUpperArm](/engine/6000.5/script-reference/unityengine/humanbodybones/rightupperarm.md)                     | This is the Right Upper Arm bone.      |
| [RightUpperLeg](/engine/6000.5/script-reference/unityengine/humanbodybones/rightupperleg.md)                     | This is the Right Upper Leg bone.      |
| [Spine](/engine/6000.5/script-reference/unityengine/humanbodybones/spine.md)                                     | This is the first Spine bone.          |
| [UpperChest](/engine/6000.5/script-reference/unityengine/humanbodybones/upperchest.md)                           | This is the Upper Chest bone.          |
