Loading
This section outlines the step-by-step process of loading data using ESave.
GetData
// Where T is the data type
T data = saveFile.GetData<T>("DataID");// Where T is the data type
List<T> dataList = saveFile.GetData<T>("DataID", "DataID2", "DataID3");Special Methods
Vector2
Vector2 v2 = saveFile.GetVector2("DataID");Vector3
Quaternion
Color
Transform
Last updated