API reference
API reference
Select your platform
No SDKs available
No versions available

PointerHandler Class

Extends UIBehaviour, IPointerClickHandler, IPointerEnterHandler, IPointerExitHandler
This is a MonoBehaviour for responsible as handler for pointer events.
Used by all the interactable UI elements of Immersive Debugger. For more info about Immersive Debugger, check out the official doc

Properties

The corresponding InteractableController that's used to handle pointer events.
This is the UI elements that's receiving the pointer events.

Member Functions

Implementation of the IPointerClickHandler that's receiving the pointer click events and forwarding to InteractableController's corresponding function in this class.
Parameters
eventData
The pointer event data from the click event
Implementation of the IPointerEnterHandler that's receiving the pointer enter events and forwarding to InteractableController's corresponding function in this class.
Parameters
eventData
The pointer event data from the enter event
Implementation of the IPointerExitHandler that's receiving the pointer exit events and forwarding to InteractableController's corresponding function in this class.
Parameters
eventData
The pointer event data from the exit event
Did you find this page helpful?
Thumbs up icon
Thumbs down icon