Interface IMixedRealityHandVisualizer
Hand visualization definition, used to provide access to hand joint objects.
Assembly: cs.temp.dll.dll
public interface IMixedRealityHandVisualizer : IMixedRealityControllerVisualizer
Methods
Get a game object following the hand joint.
Declaration
bool TryGetJointTransform(TrackedHandJoint joint, out Transform jointTransform)
Parameters
Type |
Name |
Description |
TrackedHandJoint |
joint |
|
Transform |
jointTransform |
|
Returns
Get a game object following the hand joint.
Declaration
bool TryGetJointTransform(TrackedHandJoint joint, out Transform jointTransform)
Parameters
Type |
Name |
Description |
TrackedHandJoint |
joint |
|
Transform |
jointTransform |
|
Returns