Delegate XRSpatialInputManager.NavigationCompletedEventDelegate
The navigation gesture is completed.
Namespace: Evergine.Framework.XR.Interaction
Assembly: Evergine.Framework.dll
Syntax
public delegate void XRSpatialInputManager.NavigationCompletedEventDelegate(XRSpatialInputManager sender, SpatialSource source, Vector3 normalizedOffset, Ray headRay)
Parameters
Type | Name | Description |
---|---|---|
XRSpatialInputManager | sender | The sender. |
SpatialSource | source | The source of the event. |
Vector3 | normalizedOffset | The normalized offset. |
Ray | headRay | The head ray that can be used to determine what the user was looking at when the event occurred, as it can be from a previous frame. |