Its deltaTime of last update.
Whether its currently playing or not.
Its current time.
Its deltaTime of last update.
Whether its currently playing or not.
Its current time.
Stop the clock.
Start the clock.
Set the time manually.
Time
Update the clock.
Time. You need to set manually when you are using manual Clock
Generated using TypeDoc
Class that deals with time. In this base class, you need to set time manually from
Automaton.update()
. Best for sync with external clock stuff.