DoopelPonger
|
Records the amount of time playing the game, single player or cooperative, so that it can record how long it takes to kill Schmitty Doop. More...
Public Member Functions | |
void | Awake () |
Initialize variables in the component. More... | |
void | ResetTimer () |
Reset the timer to 0. More... | |
void | StartTimer () |
Reset the timer to 0 and start counting the timer. More... | |
void | FixedUpdate () |
Record the time since StartTimer/RestartTimer has been called. More... | |
string | GetFormattedTime () |
Records the amount of time playing the game, single player or cooperative, so that it can record how long it takes to kill Schmitty Doop.
void CoopTimer.Awake | ( | ) |
Initialize variables in the component.
void CoopTimer.FixedUpdate | ( | ) |
Record the time since StartTimer/RestartTimer has been called.
string CoopTimer.GetFormattedTime | ( | ) |
void CoopTimer.ResetTimer | ( | ) |
Reset the timer to 0.
void CoopTimer.StartTimer | ( | ) |
Reset the timer to 0 and start counting the timer.