Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


GetInternalHumanPose(ref HumanPose)

Gets the internal human pose stored in the human pose handler.
Read time 1 minuteLast updated 5 days ago

Definition

  • Type: Method
  • Namespace: UnityEngine
  • Assembly: UnityEngine.AnimationModule

GetInternalHumanPose(HumanPose)

public void GetInternalHumanPose(ref HumanPose humanPose)

Parameters

humanPose

The output human pose. In the human pose, the
bodyPosition
and
bodyRotation
are the position and rotation of the approximate center of mass of the humanoid in world space.
bodyPosition
is normalized: the position is divided by
avatar
human scale.