Interface ICloudSaveService
Interface for Cloud Save Service.
Namespace: Unity.Services.CloudSave
Assembly: Unity.Services.CloudSave.dll
Syntax
public interface ICloudSaveService
Properties
Data
Interface for the Data API service.
Declaration
IDataService Data { get; }
Property Value
| Type | Description |
|---|---|
| IDataService |
Files
Interface for the Files API service.
Declaration
IFilesService Files { get; }
Property Value
| Type | Description |
|---|---|
| IFilesService |