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

パラメーター

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.

説明

How should the touch press be processed.

Override if changing how touch presses hard handled is required.