Cluster Creator Kit Script Reference
    Preparing search index...

    Class HumanoidPose

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

    Index

    Constructors

    Properties

    centerPosition: Vector3 | null

    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: Quaternion | null

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

    muscles: Muscles | null