Enum TouchPhase
Phase of a touch event.
Namespace: UnityEditor.DeviceSimulation
Assembly: Unity.DeviceSimulator.Editor.dll
Syntax
public enum TouchPhase
Fields
Name | Description |
---|---|
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. |