API reference
API reference
Select your platform
No SDKs available
No versions available

PoseFromBody Class

Extends MonoBehaviour, IBodyPose
Exposes an IBodyPose from an IBody

Events

Action WhenBodyPoseUpdated

Properties

If true, this component will track the provided IBody as its data is updated.
If false, you must call UpdatePose to update joint data.

Protected Fields

bool _started[Get]

Fields

ISkeletonMapping SkeletonMapping[Get]

Member Functions

Attempts to return the pose of the requested body joint, in local space relative to its parent joint.
Attempts to return the pose of the requested body joint relative to the root joint BodyJointId.Body_Root.
void UpdatePose ( )
void InjectAllPoseFromBody
( IBody body )
void InjectBody
( IBody body )

Protected Functions

virtual void Awake ( )
virtual void Start ( )
virtual void OnEnable ( )
virtual void OnDisable ( )
Did you find this page helpful?
Thumbs up icon
Thumbs down icon