Enum TouchPhase
Phase of a touch event.
Namespace: UnityEditor.DeviceSimulation
Syntax
public enum TouchPhase
Fields
| Name | Description | Value |
|---|---|---|
| Began | A touch has begun. Only the first touch event in any given touch will have this phase. |
|
| Canceled | A touch has ended in a way other than through user interaction. |
|
| Ended | A touch has ended. Only the last touch event in a given touch will have this phase. |
|
| Moved | A touch has changed position. |
|
| Stationary | A touch has not moved. |