Type:EventState: Difference between revisions

From Resonite Wiki
Created stub for Type:EventState [Automated]
 
add info
 
Line 1: Line 1:
{{stub}}
Event State is used for any interactables like [[Type:IButton|Buttons]] or [[Type:ITouchable|Touchables]].


{{Table EnumValues
{{Table EnumValues
|None|0|
|None|0| No event has happened yet.
|Begin|1|
|Begin|1| The button/touchable just started interaction of some kind.
|Stay|2|
|Stay|2| The button/touchable is being held down/hovered. Fires every tick during any interaction.
|End|3|
|End|3| The button/touchable just ended interaction of some kind.
}}
}}


[[Category:Type]]
[[Category:Type]]
[[Category:Enums]]
[[Category:Enums]]

Latest revision as of 17:50, 5 February 2025

Event State is used for any interactables like Buttons or Touchables.

Values
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.