Enum RecordingInputModule.TouchData.type
A type of recordable action performed by the user.
Namespace: UnityEngine.EventSystems
Syntax
public enum type : int
Fields
| Name | Description | Value |
|---|---|---|
| button | ||
| drag | ||
| input | ||
| key | ||
| keyName | ||
| move | ||
| none | ||
| press | ||
| release |
A type of recordable action performed by the user.
public enum type : int
| Name | Description | Value |
|---|---|---|
| button | ||
| drag | ||
| input | ||
| key | ||
| keyName | ||
| move | ||
| none | ||
| press | ||
| release |