The HUD Touchpad widget that players can edit in the HUD editor
Name |
Type |
Description |
Script Name |
Alpha |
Float |
Transparency |
Alpha |
Allow Pressed Outside |
Bool |
Allow triggering outside the designated area |
AllowPressedOutside |
Disable Collider |
Bool |
\ |
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 |