MixedRealityInputAction(UInt32, String, AxisType) Constructor
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.
Constructor.
public MixedRealityInputAction (uint id, string description, Microsoft.MixedReality.Toolkit.Utilities.AxisType axisConstraint = Microsoft.MixedReality.Toolkit.Utilities.AxisType.None);
new Microsoft.MixedReality.Toolkit.Input.MixedRealityInputAction : uint32 * string * Microsoft.MixedReality.Toolkit.Utilities.AxisType -> Microsoft.MixedReality.Toolkit.Input.MixedRealityInputAction
Public Sub New (id As UInteger, description As String, Optional axisConstraint As AxisType = Microsoft.MixedReality.Toolkit.Utilities.AxisType.None)
Parameters
- id
- UInt32
- description
- String
- axisConstraint
- AxisType