Class SaveIsEasyStatistics
Record statistics of all kinds to save and use them later.
Inheritance
System.Object
SaveIsEasyStatistics
Implements
Namespace: SaveIsEasy
Assembly: SaveIsEasyDLL.dll
Syntax
public sealed class SaveIsEasyStatistics : MonoBehaviour, ISaveIsEasyEvents
Properties
CreationDate
The time in which the game was created, in UTC format.
Declaration
public long CreationDate { get; set; }
Property Value
Type | Description |
---|---|
System.Int64 |
Loads
The amount of times the game was load.
Declaration
public ushort Loads { get; set; }
Property Value
Type | Description |
---|---|
System.UInt16 |
SaveScreenshot
To save a screenshot when the game is saved
Declaration
public bool SaveScreenshot { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
TotalTimeInSeconds
The total time he spent playing at this save, in seconds.
Declaration
public uint TotalTimeInSeconds { get; set; }
Property Value
Type | Description |
---|---|
System.UInt32 |
Explicit Interface Implementations
ISaveIsEasyEvents.OnLoad()
Declaration
void ISaveIsEasyEvents.OnLoad()
ISaveIsEasyEvents.OnSave()
Declaration
void ISaveIsEasyEvents.OnSave()