Abacus
v0.1.0-alpha
Playtesting tools for Unity
|
Timestamps mark a time with a string More...
Public Member Functions | |
void | Stamp (string eventName) |
Create a timestamp for the current time More... | |
string | GetVariableName () |
Retrieve the recorder's name/label More... | |
object | Dump () |
Convert the recorder data to an object for serialization More... | |
Public Attributes | |
string | Label |
List< EventTimestamp > | Timestamps => _timestamps |
string | DisplayType => "timestamp" |
Additional Inherited Members | |
![]() | |
string | DisplayType [get] |
Timestamps mark a time with a string
object Abacus.EventTimestamper.Dump | ( | ) |
Convert the recorder data to an object for serialization
Implements Abacus.Internal.ITemporal.
string Abacus.EventTimestamper.GetVariableName | ( | ) |
Retrieve the recorder's name/label
Implements Abacus.Internal.ITemporal.
void Abacus.EventTimestamper.Stamp | ( | string | eventName | ) |
Create a timestamp for the current time
eventName | Name of the event being stamped |