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

ISkeletonMapping Interface

Represents the different joint sets and parent/child relationships found in different skeletons.
An ISkeletonMapping encapsulates and characterizes the relationships among the of a skeleton; in essense, it describes the BodyJointId hierarchy within the skeleton.

Properties

The set of BodyJointIds supported by this skeleton.

Member Functions

Get the parent joint for a given body joint.
Parameters
jointId
The BodyJointId to fetch the parent for
parent
The parent joint of the requested jointId
Returns
True if parent could be retrieved (i.e., if jointId has a parent joint), false otherwise
Did you find this page helpful?