# HumanPose

> Retargetable humanoid pose.

## Definition

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

```csharp
public struct HumanPose
```

## Remarks

Represents a humanoid pose that is completely abstracted from any skeleton rig. Additional Resources: [HumanPoseHandler](/engine/6000.0/script-reference/unityengine/humanposehandler.md).

## Fields

| Value                                                                                 | Description                               |
| ------------------------------------------------------------------------------------- | ----------------------------------------- |
| [bodyPosition](/engine/6000.0/script-reference/unityengine/humanpose/bodyposition.md) | The human body position for that pose.    |
| [bodyRotation](/engine/6000.0/script-reference/unityengine/humanpose/bodyrotation.md) | The human body orientation for that pose. |
| [muscles](/engine/6000.0/script-reference/unityengine/humanpose/muscles.md)           | The array of muscle values for that pose. |
