Interface IDataAccessLayer
Contract for objects providing data to all Game Foundation's systems (GameItemLookup, InventoryManager, StatManager, ...). Note that usually they are also responsible for persisting these data.
Inherited Members
Namespace: UnityEngine.GameFoundation
Assembly: solution.dll
Syntax
public interface IDataAccessLayer : IInventoryDataLayer, IStatDataLayer, IGameItemLookupDataLayer
Methods
Name | Description |
---|---|
Initialize(Completer) | Initialize this data layer. |