Class that deals with time. This is "realtime" type clock, the time goes on as real world.
Protected
Its deltaTime of last update.
Whether its currently playing or not.
Its current time.
The clock is realtime. yeah.
Stop the clock.
Start the clock.
Set the time manually.
Time
Update the clock. Time is calculated based on time in real world.
Class that deals with time. This is "realtime" type clock, the time goes on as real world.