MixedRealityGestureMapping 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:
MixedRealityGestureMapping(System::String ^ description, Microsoft::MixedReality::Toolkit::Input::GestureInputType gestureType, Microsoft::MixedReality::Toolkit::Input::MixedRealityInputAction action);
public MixedRealityGestureMapping (string description, Microsoft.MixedReality.Toolkit.Input.GestureInputType gestureType, Microsoft.MixedReality.Toolkit.Input.MixedRealityInputAction action);
new Microsoft.MixedReality.Toolkit.Input.MixedRealityGestureMapping : string * Microsoft.MixedReality.Toolkit.Input.GestureInputType * Microsoft.MixedReality.Toolkit.Input.MixedRealityInputAction -> Microsoft.MixedReality.Toolkit.Input.MixedRealityGestureMapping
Public Sub New (description As String, gestureType As GestureInputType, action As MixedRealityInputAction)
Parameters
- description
- String
- gestureType
- GestureInputType
- action
- MixedRealityInputAction