Version: 5.5
protected void ProcessTouchPress (EventSystems.PointerEventData pointerEvent, bool pressed, bool released);

Parameters

pointerEvent The data to be passed to the final object.
pressed If the touch was pressed this frame.
released If the touch was released this frame.

Description

How should the touch press be processed.

Override if changing how touch presses hard handled is required.