Enum RecordingInputModule.TouchData.type
Namespace: UnityEngine.EventSystems
Syntax
public enum type : int
Fields
| Name | Description | Value |
|---|---|---|
| none | 0 | |
| press | 1 | |
| release | 2 | |
| move | 3 | |
| drag | 4 |
public enum type : int
| Name | Description | Value |
|---|---|---|
| none | 0 | |
| press | 1 | |
| release | 2 | |
| move | 3 | |
| drag | 4 |