Action |
bool | AutoUpdate[Get] If true, this component will track the provided IBody as its data is updated. |
SkeletonMapping[Get] The mapping of the skeleton. |
bool | _started[Get] |
bool | Attempts to return the pose of the requested body joint, in local space relative to its parent joint. |
bool | 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 ) |
Action Oculus.Interaction.Body.PoseDetection.PoseFromBody.WhenBodyPoseUpdated ( ) |
---|
No description available.
|
bool Oculus.Interaction.Body.PoseDetection.PoseFromBody.AutoUpdate |
---|
If true, this component will track the provided IBody as its data is updated. If false, you must call UpdatePose to update joint data. |
ISkeletonMapping Oculus.Interaction.Body.PoseDetection.PoseFromBody.SkeletonMapping |
---|
The mapping of the skeleton. |
bool Oculus.Interaction.Body.PoseDetection.PoseFromBody._started |
---|
No description available.
|
bool Oculus.Interaction.Body.PoseDetection.PoseFromBody.GetJointPoseLocal ( BodyJointId bodyJointId, out Pose pose ) |
---|
Attempts to return the pose of the requested body joint, in local space relative to its parent joint. |
bool Oculus.Interaction.Body.PoseDetection.PoseFromBody.GetJointPoseFromRoot ( BodyJointId bodyJointId, out Pose pose ) |
---|
Attempts to return the pose of the requested body joint relative to the root joint BodyJointId.Body_Root. |
void Oculus.Interaction.Body.PoseDetection.PoseFromBody.UpdatePose ( ) |
---|
No description available.
|
void Oculus.Interaction.Body.PoseDetection.PoseFromBody.InjectAllPoseFromBody ( IBody body ) |
---|
No description available.
|
void Oculus.Interaction.Body.PoseDetection.PoseFromBody.InjectBody ( IBody body ) |
---|
No description available.
|
virtual void Oculus.Interaction.Body.PoseDetection.PoseFromBody.Awake ( ) |
---|
No description available.
|
virtual void Oculus.Interaction.Body.PoseDetection.PoseFromBody.Start ( ) |
---|
No description available.
|
virtual void Oculus.Interaction.Body.PoseDetection.PoseFromBody.OnEnable ( ) |
---|
No description available.
|
virtual void Oculus.Interaction.Body.PoseDetection.PoseFromBody.OnDisable ( ) |
---|
No description available.
|