Abacus
v0.1.0-alpha
Playtesting tools for Unity
|
Defines a generic data recording by pairing a data type with a timestamp More...
Public Member Functions | |
DataPoint (T value, float time) | |
Public Attributes | |
T | Value |
float | Time |
Defines a generic data recording by pairing a data type with a timestamp
T | The data type to record |