Event State is used for any interactables like Buttons or Touchables.
Name | Value | Description |
---|---|---|
None
|
0 | No event has happened yet. |
Begin
|
1 | The button/touchable just started interaction of some kind. |
Stay
|
2 | The button/touchable is being held down/hovered. Fires every tick during any interaction. |
End
|
3 | The button/touchable just ended interaction of some kind. |