Interface IStatDataLayer
Contract for objects providing data to the StatManager.
Namespace: UnityEngine.GameFoundation
Assembly: solution.dll
Syntax
public interface IStatDataLayer
Methods
| Name | Description |
|---|---|
| DeleteStatValue(string, string, Completer) | Request to delete the stat item defined by the given ids. |
| GetData() | Get StatManager's serializable data. |
| GetStatValue(string, string) | Gets the stat of an item by the |
| SetStatValue(string, string, StatValue, Completer) | Request to create or update the stat item defined by the given ids. |