Delegate GazeInteractable.OnExit
Delegate for handling the gaze exit event.
Namespace: TS.GazeInteraction
Assembly: .dll
Syntax
public delegate void GazeInteractable.OnExit(GazeInteractable interactable, GazeInteractor interactor)
Parameters
| Type | Name | Description |
|---|---|---|
| GazeInteractable | interactable | The interactable object. |
| GazeInteractor | interactor | The gaze interactor. |