Describes the pose data for a humanoid model. The avatar's root position roughly corresponds to the bottom center of the avatar's feet.

Hierarchy

  • HumanoidPose

Constructors

Properties

centerPosition: null | Vector3

The position of the avatar's center of gravity, represented in normalized local coordinates, relative to the avatar's root position. As the scale is normalized by the avatar's size, it is not recommended to use this to specify positional changes in global coordinates. (PlayerHandle.setPosition may be used instead.)

centerRotation: null | Quaternion

The rotation of the avatar's center of gravity, represented relative to the avatar's root.

muscles: null | Muscles

Generated using TypeDoc