Event updated
Invoked whenever this raycast is updated. The event is fired during this MonoBehaviour
's
Update callback. This event is not
invoked if this component is disabled,
although it might continue to receive positional updates.
Namespace: UnityEngine.XR.ARFoundation
Assembly: solution.dll
Syntax
public event Action<ARRaycastUpdatedEventArgs> updated
Returns
Type | Description |
---|---|
Action<ARRaycastUpdatedEventArgs> |