Class HPMotionController
XR SDK implementation of HP Motion controllers.
Inheritance
HPMotionController
Inherited Members
Namespace: Microsoft.MixedReality.Toolkit.XRSDK.WindowsMixedReality
Assembly: cs.temp.dll.dll
Syntax
public class HPMotionController : WindowsMixedRealityXRSDKMotionController
Constructors
HPMotionController(TrackingState, Handedness, IMixedRealityInputSource, MixedRealityInteractionMapping[])
Declaration
public HPMotionController(TrackingState trackingState, Handedness controllerHandedness, IMixedRealityInputSource inputSource = null, MixedRealityInteractionMapping[] interactions = null)
Parameters
| Type | Name | Description |
|---|---|---|
| TrackingState | trackingState | |
| Handedness | controllerHandedness | |
| IMixedRealityInputSource | inputSource | |
| MixedRealityInteractionMapping[] | interactions |
Methods
UpdateController(InputDevice)
Declaration
public override void UpdateController(InputDevice inputDevice)
Parameters
| Type | Name | Description |
|---|---|---|
| InputDevice | inputDevice |