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