HumanPose
Retargetable humanoid pose.
Read time 1 minuteLast updated 4 days ago
Definition
- Type: Struct
- Namespace: UnityEngine
- Assembly: UnityEngine.AnimationModule
public struct HumanPose
Remarks
Represents a humanoid pose that is completely abstracted from any skeleton rig. Additional Resources: HumanPoseHandler.
Fields
Value | Description |
|---|---|
| bodyPosition | The human body position for that pose. |
| bodyRotation | The human body orientation for that pose. |
| muscles | The array of muscle values for that pose. |