Beamable SDK
|
A cloud saving manifest contains a set of CloudSavingManifestEntry objects that describe all of the files associated with a player's account. More...
Public Attributes | |
string | id |
The runtime id of the manifest. | |
List< CloudSavingManifestEntry > | manifest |
A set of CloudSavingManifestEntry objects that describe the player's files. | |
bool | replacement = false |
Manifests will be sent back and forth from Beamable to the game client, and used to update local state. If the replacement field is true, then all of the local CloudSavingManifestEntry entries will be overwritten. | |
A cloud saving manifest contains a set of CloudSavingManifestEntry objects that describe all of the files associated with a player's account.