Class WindowsMixedRealityController
A Windows Mixed Reality Controller Instance.
Namespace: Microsoft.MixedReality.Toolkit.WindowsMixedReality.Input
Assembly: cs.temp.dll.dll
Syntax
public class WindowsMixedRealityController : BaseWindowsMixedRealitySource
Constructors
WindowsMixedRealityController(TrackingState, Handedness, IMixedRealityInputSource, MixedRealityInteractionMapping[])
Constructor.
Declaration
public WindowsMixedRealityController(TrackingState trackingState, Handedness controllerHandedness, IMixedRealityInputSource inputSource = null, MixedRealityInteractionMapping[] interactions = null)
Parameters
Type | Name | Description |
---|---|---|
TrackingState | trackingState | |
Handedness | controllerHandedness | |
IMixedRealityInputSource | inputSource | |
MixedRealityInteractionMapping[] | interactions |
WindowsMixedRealityController(TrackingState, Handedness, IMixedRealityInputSourceDefinition, IMixedRealityInputSource, MixedRealityInteractionMapping[])
Declaration
public WindowsMixedRealityController(TrackingState trackingState, Handedness controllerHandedness, IMixedRealityInputSourceDefinition definition, IMixedRealityInputSource inputSource = null, MixedRealityInteractionMapping[] interactions = null)
Parameters
Type | Name | Description |
---|---|---|
TrackingState | trackingState | |
Handedness | controllerHandedness | |
IMixedRealityInputSourceDefinition | definition | |
IMixedRealityInputSource | inputSource | |
MixedRealityInteractionMapping[] | interactions |