MixedRealityInputActionMapping Constructors
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.
Overloads
MixedRealityInputActionMapping(String, AxisType, DeviceInputType) |
The constructor for a new MixedRealityInputActionMapping definition |
MixedRealityInputActionMapping(String, AxisType, DeviceInputType, MixedRealityInputAction) |
The constructor for a new MixedRealityInputActionMapping definition |
MixedRealityInputActionMapping(String, AxisType, DeviceInputType)
The constructor for a new MixedRealityInputActionMapping definition
public:
MixedRealityInputActionMapping(System::String ^ description, Microsoft::MixedReality::Toolkit::Utilities::AxisType axisType, Microsoft::MixedReality::Toolkit::Input::DeviceInputType inputType);
public MixedRealityInputActionMapping (string description, Microsoft.MixedReality.Toolkit.Utilities.AxisType axisType, Microsoft.MixedReality.Toolkit.Input.DeviceInputType inputType);
new Microsoft.MixedReality.Toolkit.Input.MixedRealityInputActionMapping : string * Microsoft.MixedReality.Toolkit.Utilities.AxisType * Microsoft.MixedReality.Toolkit.Input.DeviceInputType -> Microsoft.MixedReality.Toolkit.Input.MixedRealityInputActionMapping
Public Sub New (description As String, axisType As AxisType, inputType As DeviceInputType)
Parameters
- description
- String
The description of the interaction mapping.
- axisType
- AxisType
- inputType
- DeviceInputType
Applies to
MixedRealityInputActionMapping(String, AxisType, DeviceInputType, MixedRealityInputAction)
The constructor for a new MixedRealityInputActionMapping definition
public:
MixedRealityInputActionMapping(System::String ^ description, Microsoft::MixedReality::Toolkit::Utilities::AxisType axisType, Microsoft::MixedReality::Toolkit::Input::DeviceInputType inputType, Microsoft::MixedReality::Toolkit::Input::MixedRealityInputAction inputAction);
public MixedRealityInputActionMapping (string description, Microsoft.MixedReality.Toolkit.Utilities.AxisType axisType, Microsoft.MixedReality.Toolkit.Input.DeviceInputType inputType, Microsoft.MixedReality.Toolkit.Input.MixedRealityInputAction inputAction);
new Microsoft.MixedReality.Toolkit.Input.MixedRealityInputActionMapping : string * Microsoft.MixedReality.Toolkit.Utilities.AxisType * Microsoft.MixedReality.Toolkit.Input.DeviceInputType * Microsoft.MixedReality.Toolkit.Input.MixedRealityInputAction -> Microsoft.MixedReality.Toolkit.Input.MixedRealityInputActionMapping
Public Sub New (description As String, axisType As AxisType, inputType As DeviceInputType, inputAction As MixedRealityInputAction)
Parameters
- description
- String
The description of the interaction mapping.
- axisType
- AxisType
- inputType
- DeviceInputType
- inputAction
- MixedRealityInputAction
The logical MixedRealityInputAction that this input performs