Detailed information on components
Interaction Parameters
UIAButton
Parameter
Description
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
Parameter
Description
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
Last updated