MixedRealityInputActionMapping Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Maps the capabilities of controllers, defining the physical inputs of a controller.
public ref class MixedRealityInputActionMapping
[System.Serializable]
public class MixedRealityInputActionMapping
[<System.Serializable>]
type MixedRealityInputActionMapping = class
Public Class MixedRealityInputActionMapping
- Inheritance
-
MixedRealityInputActionMapping
- Attributes
Remarks
One definition should exist for each physical device input, such as buttons, triggers, joysticks, dpads, etc.
Constructors
MixedRealityInputActionMapping(String, AxisType, DeviceInputType, MixedRealityInputAction) |
The constructor for a new MixedRealityInputActionMapping definition |
MixedRealityInputActionMapping(String, AxisType, DeviceInputType) |
The constructor for a new MixedRealityInputActionMapping definition |
Properties
AxisType |
The axis type of the button, e.g. Analog, Digital, etc. |
Description |
The description of the input action mapping. |
InputAction |
Action to be raised when the input data has changed. |
InputType |
The primary action of the input as defined by the controller SDK. |