Abacus
v0.1.0-alpha
Playtesting tools for Unity
|
Writes the collected data to file More...
Public Member Functions | |
void | StoreIntermediateData () |
Stores a temporary OutputData object for export at the end of the application or on a Dump call More... | |
void | Dump () |
Converts all registered recorder's histories to a json output More... | |
void | AddRecord (ITemporal value) |
Registers a temporal recorder More... | |
void | AddRecord (IRecordable value) |
Registers a recordable More... | |
Public Attributes | |
List< IRecordable > | RegisteredRecordables => recordables |
List< ITemporal > | RegisteredTemporals => temporals |
Properties | |
static AbacusWriter | Instance [get] |
Access singleton instance through this propriety. More... | |
Writes the collected data to file
void Abacus.Internal.AbacusWriter.AddRecord | ( | IRecordable | value | ) |
Registers a recordable
value | The recordable |
void Abacus.Internal.AbacusWriter.AddRecord | ( | ITemporal | value | ) |
Registers a temporal recorder
value | The temporal recorder |
void Abacus.Internal.AbacusWriter.Dump | ( | ) |
Converts all registered recorder's histories to a json output
void Abacus.Internal.AbacusWriter.StoreIntermediateData | ( | ) |
Stores a temporary OutputData object for export at the end of the application or on a Dump call
|
staticget |
Access singleton instance through this propriety.