Class XboxControllerDefinition
Defines the base interactions and data that an controller can provide.
Implements
Inherited Members
Namespace: Microsoft.MixedReality.Toolkit.Input
Assembly: cs.temp.dll.dll
Syntax
public class XboxControllerDefinition : BaseInputSourceDefinition, IMixedRealityInputSourceDefinition
Constructors
XboxControllerDefinition()
Constructor.
Declaration
public XboxControllerDefinition()
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.