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.
Automaton.update()
Protected
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.
Optional
Time. You need to set manually when you are using manual Clock
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.