interface IPointerClickHandler {
    onPointerClick?(args: PointerEventData): any;
}

Hierarchy (view full)

Implemented by

Methods

  • Called when an object (or any child object) is clicked (needs a EventSystem in the scene)

    Parameters

    Returns any