C# Class GoogleARCore.Examples.ComputerVision.PointClickHandler

A Monobehavior that handles pointer click event with customizable action.
Inheritance: MonoBehaviour, IPointerClickHandler
Show file Open project: andijakl/HeartAR

Public Methods

Method Description
OnPointerClick ( PointerEventData pointerEventData ) : void

Detect if a click occurs.

Method Details

OnPointerClick() public method

Detect if a click occurs.
public OnPointerClick ( PointerEventData pointerEventData ) : void
pointerEventData PointerEventData The PointerEventData of the click.
return void