Class SimpleHandDefinition
Implements
Inherited Members
Namespace: Microsoft.MixedReality.Toolkit.Input
Assembly: cs.temp.dll.dll
Syntax
public class SimpleHandDefinition : BaseInputSourceDefinition, IMixedRealityInputSourceDefinition
Constructors
SimpleHandDefinition(Handedness)
Constructor.
Declaration
public SimpleHandDefinition(Handedness handedness)
Parameters
Type | Name | Description |
---|---|---|
Handedness | handedness | The handedness that this definition instance 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.