Class WindowsMixedRealityOpenVRMotionController
Open VR Implementation of the Windows Mixed Reality Motion Controllers.
Inheritance
WindowsMixedRealityOpenVRMotionController
Assembly: cs.temp.dll.dll
public class WindowsMixedRealityOpenVRMotionController : GenericOpenVRController
Constructors
Declaration
public WindowsMixedRealityOpenVRMotionController(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[] DefaultLeftHandedInteractions { get; }
Property Value
| Type |
Description |
| MixedRealityInteractionMapping[] |
|
Overrides
Declaration
public override MixedRealityInteractionMapping[] DefaultRightHandedInteractions { get; }
Property Value
| Type |
Description |
| MixedRealityInteractionMapping[] |
|
Overrides
Methods
Setup the default interactions, then update the spatial pointer rotation with the preconfigured offset angle.
Declaration
public override void SetupDefaultInteractions(Handedness controllerHandedness)
Parameters
| Type |
Name |
Description |
| Handedness |
controllerHandedness |
|
Overrides