Astra Child

UI Timer

Estimated reading: 1 minute 0 views

The UITimer component can be used to trigger a callback after a certain amount of time has passed. It works like a countdown timer, where the timer starts at the given duration and counts down to zero. It’s also possible to set the timer to loop, so that it will trigger the callback every time the timer reaches the target time. It works with both real time (unscaled time) and game time (scaled time).

Share this Doc
CONTENTS
Scroll to Top