Method OnAfterSetSessionRelativeData
OnAfterSetSessionRelativeData(ARRaycast, XRRaycast)
Invoked just after a ARRaycast has been updated.
Declaration
protected override void OnAfterSetSessionRelativeData(ARRaycast raycast, XRRaycast sessionRelativeData)
Parameters
Type | Name | Description |
---|---|---|
ARRaycast | raycast | The ARRaycast being updated. |
XRRaycast | sessionRelativeData | The new data associated with the raycast. All spatial data is is session-relative space. |