Classi statiche
Timer
Esegue codice a intervalli di tempo prestabiliti.
Mostra l'originale in inglese
Execute code at specified time intervals.
12 propri
Funzioni statiche 12
- Bind Binds a Timer to any Actor. The timer will be automatically cleared when the Actor is destroyed
- ClearInterval Stops the execution of the function specified in SetInterval()
- ClearTimeout Stops the execution of the function specified in SetTimeout()
- GetElapsedTime Returns the time elapsed since the last tick
- GetRemainingTime Returns the time remaining to the next tick
- IsValid Checks if a Timer is currently active or waiting to be triggered
- Pause Pauses the Timer
- ResetElapsedTime Resets a Timer to restart from beginning
- Resume Resumes the Timer
- SetInterval Same as SetTimeout(), but repeats the execution of the function continuously
- SetRemainingTime Sets the time remaining to the next tick
- SetTimeout Executes a function, after waiting a specified number of milliseconds