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

BodyPoseData Class

Oculus::Interaction::Body::PoseDetection::BodyPoseData extends ScriptableObject.
Oculus::Interaction::Body::PoseDetection::BodyPoseData extends Oculus.Interaction.Body.PoseDetection.IBodyPose.
Oculus::Interaction::Body::PoseDetection::BodyPoseData extends ISerializationCallbackReceiver.

Overview

Events

Properties

The mapping of the skeleton.

Public Member Functions

bool
GetJointPoseFromRoot
( BodyJointId bodyJointId,
out Pose pose )
Attempts to return the pose of the requested body joint relative to the root joint BodyJointId.Body_Root.
bool
GetJointPoseLocal
( BodyJointId bodyJointId,
out Pose pose )
Attempts to return the pose of the requested body joint, in local space relative to its parent joint.
void
SetBodyPose
( IBody body )
void
void

Details

Events

Action Oculus.Interaction.Body.PoseDetection.BodyPoseData.WhenBodyPoseUpdated ( )
No description available.

Properties

ISkeletonMapping Oculus.Interaction.Body.PoseDetection.BodyPoseData.SkeletonMapping
The mapping of the skeleton.

Member Functions

bool Oculus.Interaction.Body.PoseDetection.BodyPoseData.GetJointPoseFromRoot
( BodyJointId bodyJointId,
out Pose pose )
Attempts to return the pose of the requested body joint relative to the root joint BodyJointId.Body_Root.
bool Oculus.Interaction.Body.PoseDetection.BodyPoseData.GetJointPoseLocal
( BodyJointId bodyJointId,
out Pose pose )
Attempts to return the pose of the requested body joint, in local space relative to its parent joint.
void Oculus.Interaction.Body.PoseDetection.BodyPoseData.SetBodyPose
( IBody body )
No description available.
void Oculus.Interaction.Body.PoseDetection.BodyPoseData.OnBeforeSerialize ( )
No description available.
void Oculus.Interaction.Body.PoseDetection.BodyPoseData.OnAfterDeserialize ( )
No description available.
Did you find this page helpful?
Thumbs up icon
Thumbs down icon