Version: 2019.1
public Vector2 pressPosition ;

説明

The screen space coordinates of the last pointer click.

This property returns the same value as PointerEventData.position for a click. However, for a click and drag, this returns the coordinate where the pointer was initially clicked while PointerEventData.position always returns the coordinates of the pointer’s current position.