GestureRecognizer(GestureSettings) 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.
Create a new GestureRecognizer using the given settings.
public GestureRecognizer (Microsoft.MixedReality.OpenXR.GestureSettings settings);
new Microsoft.MixedReality.OpenXR.GestureRecognizer : Microsoft.MixedReality.OpenXR.GestureSettings -> Microsoft.MixedReality.OpenXR.GestureRecognizer
Public Sub New (settings As GestureSettings)
Parameters
- settings
- GestureSettings
Remarks
If the given setting is not compatible, the new GestureRecognizer will still be created, though it won't produce any gesture event. The setting can be corrected later through the GestureSettings property.