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