API reference

ISkeletonMapping Interface

Represents the different joint sets and parent/child relationships found in different skeletons.

Properties

Joints : IEnumerableHashSet< BodyJointId >
[Get]
The set of BodyJointIds supported by this skeleton.
Signature
IEnumerableHashSet<BodyJointId> Joints

Methods

TryGetParentJointId ( jointId , parent )
Get the parent joint for a given body joint.
Signature
bool TryGetParentJointId(BodyJointId jointId, out BodyJointId parent)
Parameters
jointId: BodyJointId  The joint to fetch the parent for
parent: out BodyJointId  The parent joint
Returns
bool  True if parent could be retrieved