Delegate XRSpatialInputManager.NavigationStartedEventDelegate
The navigation gesture is started.
Namespace: Evergine.Framework.XR.Interaction
Assembly: Evergine.Framework.dll
Syntax
public delegate void XRSpatialInputManager.NavigationStartedEventDelegate(XRSpatialInputManager sender, SpatialSource source, bool isNavigatingX, bool isNavigatingY, bool isNavigatingZ, Ray headRay)
Parameters
| Type | Name | Description |
|---|---|---|
| XRSpatialInputManager | sender | The sender. |
| SpatialSource | source | The source of the event. |
| bool | isNavigatingX | Navigating on the X axis. |
| bool | isNavigatingY | Navigating on the Y axis. |
| bool | isNavigatingZ | Navigating on the Z axis. |
| Ray | headRay | The head ray, which can be used to determine what the user was looking at when the event occurred, since it can be from a previous frame. |