Delegate XRSpatialInputManager.RecognitionStartedEventDelegate
A gesture recognition process is initiated.
Namespace: Evergine.Framework.XR.Interaction
Assembly: Evergine.Framework.dll
Syntax
public delegate void XRSpatialInputManager.RecognitionStartedEventDelegate(XRSpatialInputManager sender, SpatialSource source)
Parameters
| Type | Name | Description |
|---|---|---|
| XRSpatialInputManager | sender | The sender. |
| SpatialSource | source | The source of the event. |