Interface UM_iSavedGameMetadata
Data interface for the metadata of a saved game.
Namespace: SA.CrossPlatform.GameServices
Assembly: cs.temp.dll.dll
Syntax
public interface UM_iSavedGameMetadata
  Properties
DeviceName
Retrieves the name of the device that wrote this snapshot, if known.
Declaration
string DeviceName { get; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
Name
The name of the saved game. You can allow users to name their own saved games, or you can create a saved game name automatically.
Declaration
string Name { get; }
  Property Value
| Type | Description | 
|---|---|
| System.String |