This version of Unity is unsupported.

TouchPhase

enumeration

Description

Indicates where in its lifecycle a given touch is.

Properties

BeganA touch has begun. Only the first touch event in any given touch will have this phase.
MovedA touch has changed position.
EndedA touch has ended. Only the last touch event in a given touch will have this phase.
CanceledA touch has ended in a way other than through user interaction.
StationaryA touch has not moved.