Method | Description | |
---|---|---|
Decode ( string saveDataJSON ) : void |
Decodes a Save Point from JSON text format and loads it.
|
|
Encode ( string _savePointKey, string _savePointDescription, string _sceneName ) : string |
Encodes a new Save Point to data and converts it to JSON text format.
|
Method | Description | |
---|---|---|
Create ( string _savePointKey, string _savePointDescription, string _sceneName ) : |
protected static Create ( string _savePointKey, string _savePointDescription, string _sceneName ) : |
||
_savePointKey | string | |
_savePointDescription | string | |
_sceneName | string | |
return |
public static Decode ( string saveDataJSON ) : void | ||
saveDataJSON | string | |
return | void |
public static Encode ( string _savePointKey, string _savePointDescription, string _sceneName ) : string | ||
_savePointKey | string | |
_savePointDescription | string | |
_sceneName | string | |
return | string |