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 | |
| keydown | 5 | |
| keyup | 6 | |
| input | 7 |
public enum type : int
| Name | Description | Value |
|---|---|---|
| none | 0 | |
| press | 1 | |
| release | 2 | |
| move | 3 | |
| drag | 4 | |
| keydown | 5 | |
| keyup | 6 | |
| input | 7 |