Abacus
v0.1.0-alpha
Playtesting tools for Unity
|
Stores a time duration, with start, end, and duration More...
Public Member Functions | |
void | StartClock () |
Saves the start time for the duration More... | |
void | StopClock () |
Saves the end time for the duration More... | |
Public Attributes | |
float | StartTime |
float | EndTime |
Properties | |
float | Duration [get] |
Stores a time duration, with start, end, and duration
void Abacus.TimeDuration.StartClock | ( | ) |
Saves the start time for the duration
void Abacus.TimeDuration.StopClock | ( | ) |
Saves the end time for the duration