Delegate XRSpatialInputManager.GestureErrorDelegate
Gesture error delegate.
Namespace: Evergine.Framework.XR.Interaction
Assembly: Evergine.Framework.dll
Syntax
public delegate void XRSpatialInputManager.GestureErrorDelegate(string error, int hresult)
Parameters
Type | Name | Description |
---|---|---|
string | error | The error message. |
int | hresult | The HRESULT value. |