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