Delegate XRSpatialInputManager.TappedEventDelegate
A tap gesture is detected.
Namespace: Evergine.Framework.XR.Interaction
Assembly: Evergine.Framework.dll
Syntax
public delegate void XRSpatialInputManager.TappedEventDelegate(XRSpatialInputManager sender, SpatialSource source, int tapCount, Ray headRay)
Parameters
Type | Name | Description |
---|---|---|
XRSpatialInputManager | sender | The sender. |
SpatialSource | source | The source of the event. |
int | tapCount | The number of taps detected. |
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. |