Hand Interactor Events

The events called depending how the Interactor chooses to interact with the environment.

Hand Interactor Event types

Here is a list of events:

../../../_images/events.png

Event Name

Explanation

Hover Entered

The event invoked when a Hand Interactor starts hovering over an Interactable.

Hover Exited

The event invoked when a Hand Interactor stops hovering over an Interactable.

Select Entered

The event invoked when a Hand Interactor starts selecting an Interactable.

Select Exited

The event invoked when a Hand Interactor stops selecting an Interactable.

Activate Entered

The event invoked when a Hand Interactor starts activating an Interactable.

Activate Exited

The event invoked when a Hand Interactor stops activating an Interactable.

Note

Events work the same way for Hand Interactors, Interactables and Interaction Manager.

For a tutorial that tests the events in-depth, go to How to use Events in Grabbable component.