Loading...
Searching...
No Matches
PixelCrushers.SavedGameData.SaveRecord Class Reference

Holds the data returned by a Saver along with the Saver's key and the index of the scene that the Saver was in. More...

Public Member Functions

 SaveRecord ()
 
 SaveRecord (string key, int sceneIndex, string data)
 

Public Attributes

string key
 
int sceneIndex
 
string data
 

Detailed Description

Holds the data returned by a Saver along with the Saver's key and the index of the scene that the Saver was in.

Constructor & Destructor Documentation

◆ SaveRecord() [1/2]

PixelCrushers.SavedGameData.SaveRecord.SaveRecord ( )
inline

◆ SaveRecord() [2/2]

PixelCrushers.SavedGameData.SaveRecord.SaveRecord ( string  key,
int  sceneIndex,
string  data 
)
inline

Member Data Documentation

◆ data

string PixelCrushers.SavedGameData.SaveRecord.data

◆ key

string PixelCrushers.SavedGameData.SaveRecord.key

◆ sceneIndex

int PixelCrushers.SavedGameData.SaveRecord.sceneIndex

The documentation for this class was generated from the following file: