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

Hierarchy (View Summary, Expand)

Implemented by

Methods

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

    Parameters

    Returns any