TimeStone.

PersistData<T>(string, T) Method

Summary

Persist data in the TimeStone's TimeLine using current persisted tick TimeAgent, TimeTickOrigin and DeltaTime.

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