UITouchPad entity, UI edited by the player via the UI editor
| Name |
Type |
Description |
Script Name |
| Alpha |
Float |
Alpha |
Alpha |
| Allow Pressed Outside |
Bool |
Allow Pressed Outside |
AllowPressedOutside |
| Disable Collider |
Bool |
Disable collision box |
DisableCollider |
| Name |
Description |
| On Touch Down |
Triggered when the touchpad is pressed by the player |
| On Touch Up |
Triggered when the touchpad is lifted |
| On Drag Start |
Triggered when the touchpad starts sliding |
| On Drag |
Triggered when sliding the touchpad. During sliding, this event is triggered once per frame. |
| On Drag End |
Fired when the touchpad slide ends |