Attempts to return the pose of the requested hand joint in "local" space.
This "local" space is loosely defined and can vary by platform (in some implementations, each joint is relative to a given parent joint), so the exact nature of what is returned by this method is not guaranteed. In general, it is recommended to use GetJointPose(HandJointId, out Pose) or GetJointPoseFromWrist(HandJointId, out Pose) instead where possible.
ParametershandJointIdThe joint for which the pose is being requested
poseA valid "local" space joint pose if one is available, identity otherwise
ReturnsTrue if the pose argument was populated with a valid joint pose, false otherwise