Delegate XRSpatialInputManager.RecognitionStartedEventDelegate
A gesture recognition is started.
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. |