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