Detailed information on components
Interaction Parameters
UIAButton
Hover
Animation triggers when the mouse hovers over the object.
Press Button
Animation activates when holding down the mouse button on the object.
Click
Animation is triggered on a mouse click.
Script
Animation is triggered or stopped through a script.
Start
Animation runs at the start of the game.
UIAPanel
Open
Animation is triggered by the Open method in the script.
Close
Animation runs via the Close method in the script.
Script
Animation is triggered or stopped through a script.
Start
Animation runs at the start of the game.
How to call Open & Close from a script in UIAPanel
How to call Play & Stop from a script in UIAPanel & UIAButton
Parameters - UIAController
UI Components
Array for - UIAPanel
delayBetweenAnimations
Time interval between consecutive animations
executionMode
Determines when animations should be triggered
IsOnDisable
If enabled, animations will close when object is disabled
loop
If enabled, animations will play in a continuous loop
Last updated