Class WindowsMixedRealityXRSDKArticulatedHand
XR SDK implementation of Windows Mixed Reality articulated hands.
Inheritance
WindowsMixedRealityXRSDKArticulatedHand
Implements
IMixedRealityHand
Assembly: cs.temp.dll.dll
public class WindowsMixedRealityXRSDKArticulatedHand : BaseWindowsMixedRealityXRSDKSource, IMixedRealityHand
Constructors
Declaration
public WindowsMixedRealityXRSDKArticulatedHand(TrackingState trackingState, Handedness controllerHandedness, IMixedRealityInputSource inputSource = null, MixedRealityInteractionMapping[] interactions = null)
Parameters
| Type |
Name |
Description |
| TrackingState |
trackingState |
|
| Handedness |
controllerHandedness |
|
| IMixedRealityInputSource |
inputSource |
|
| MixedRealityInteractionMapping[] |
interactions |
|
Properties
Declaration
public override MixedRealityInteractionMapping[] DefaultInteractions { get; }
Property Value
| Type |
Description |
| MixedRealityInteractionMapping[] |
|
Declaration
public override bool IsInPointingPose { get; }
Property Value
Methods
Declaration
public bool TryGetJoint(TrackedHandJoint joint, out MixedRealityPose pose)
Parameters
| Type |
Name |
Description |
| TrackedHandJoint |
joint |
|
| MixedRealityPose |
pose |
|
Returns
Declaration
public override void UpdateController(InputDevice inputDevice)
Parameters
| Type |
Name |
Description |
| InputDevice |
inputDevice |
|
Implements
IMixedRealityHand