SetInternalHumanPose(ref HumanPose)
Stores the specified human pose as the internal human pose inside the human pose handler.
Read time 1 minuteLast updated 4 days ago
Definition
- Type: Method
- Namespace: UnityEngine
- Assembly: UnityEngine.AnimationModule
SetInternalHumanPose(HumanPose)
public void SetInternalHumanPose(ref HumanPose humanPose)
Parameters
The human pose to set. In the human pose, the bodyPosition and bodyRotation are the position and rotation of the approximate center of mass of the humanoid. This is relative to the humanoid root transform and it is normalized: the local position is divided by avatar human scale.
Remarks
If the human pose handler is not bound to a transform hierarchy representing a humanoid in the scene, the humanoids's root transform is considered to be the identity transform.