Delegate XRSpatialInputManager.ManipulationUpdatedEventDelegate
The manipulation gesture is updated.
Namespace: Evergine.Framework.XR.Interaction
Assembly: Evergine.Framework.dll
Syntax
public delegate void XRSpatialInputManager.ManipulationUpdatedEventDelegate(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 since it can be from a previous frame. |