Joints
: IEnumerableHashSet< BodyJointId >
[Get] |
The set of BodyJointIds supported by this skeleton.
Signature
IEnumerableHashSet<BodyJointId> Joints |
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
|