_started
: bool |
Signature
bool _started |
SkeletonMapping
: ISkeletonMapping
[Get] |
The mapping of the skeleton.
Signature
ISkeletonMapping SkeletonMapping |
WhenBodyPoseUpdated
: Action |
Signature
Action WhenBodyPoseUpdated |
Awake
()
|
Signature
virtual void Awake() Returns void |
OnDisable
()
|
Signature
virtual void OnDisable() Returns void |
OnEnable
()
|
Signature
virtual void OnEnable() Returns void |
Start
()
|
Signature
virtual void Start() Returns void |
GetJointPoseFromRoot
(
bodyJointId
, pose
)
|
Attempts to return the pose of the requested body joint relative to the root joint BodyJointId.Body_Root.
Signature
bool GetJointPoseFromRoot(BodyJointId bodyJointId, out Pose pose) Parameters bodyJointId: BodyJointIdpose: out PoseReturns bool |
GetJointPoseLocal
(
bodyJointId
, pose
)
|
Attempts to return the pose of the requested body joint, in local space relative to its parent joint.
Signature
bool GetJointPoseLocal(BodyJointId bodyJointId, out Pose pose) Parameters bodyJointId: BodyJointIdpose: out PoseReturns bool |