Class WindowsMixedRealityControllerDefinition
Defines the interactions and data that a Windows Mixed Reality motion controller can provide.
Implements
Inherited Members
Namespace: Microsoft.MixedReality.Toolkit.Input
Assembly: cs.temp.dll.dll
Syntax
public class WindowsMixedRealityControllerDefinition : BaseInputSourceDefinition, IMixedRealityInputSourceDefinition
Constructors
WindowsMixedRealityControllerDefinition(Handedness)
Constructor.
Declaration
public WindowsMixedRealityControllerDefinition(Handedness handedness)
Parameters
Type | Name | Description |
---|---|---|
Handedness | handedness | The handedness that this definition represents. |
Properties
DefaultMappings
The collection of interactions supported by this controller.
Declaration
protected override MixedRealityInputActionMapping[] DefaultMappings { get; }
Property Value
Type | Description |
---|---|
MixedRealityInputActionMapping[] |
Overrides
Remarks
Optional. Override the specifically-handed properties if each controller has different interactions.