Summary
Persist data in the TimeStone's TimeLine using current persisted tick TimeAgent, TimeTickOrigin and DeltaTime.
- Namespace
- RedGirafeGames
.Agamotto .Scripts .Runtime - Containing Type
- TimeStone
Syntax
public void PersistData<T>(string dataId, T dataValue)
Type Parameters
Name | Description |
---|---|
T |
Parameters
Name | Type | Description |
---|---|---|
dataId | string | The id of the data to persist |
dataValue | T | The value of the data to persist |
Return Value
Type | Description |
---|---|
void |