GestureRecognizer(GestureSettings) Constructor

Definition

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.

Applies to