Class MemoryDataLayer
Straightforward synchronous data layer that keep data in memory for the session only.
Implements
Inherited Members
Namespace: UnityEngine .GameFoundation .DataAccessLayers
Assembly: solution.dll
Syntax
public class MemoryDataLayer : BaseMemoryDataLayer, IDataAccessLayer, ICatalogConfigurator, IInventoryDataLayer, IStatDataLayer, IWalletDataLayer, ITransactionDataLayer
Constructors
Name | Description |
---|---|
Memory |
Creates a data layer with no player data. |
Memory |
Create a data layer with the given catalog provider that will handle the given data for the current game session only. |
Methods
Name | Description |
---|---|
Get |
Gets all the data from Game Foundation |
Initialize(Completer) | Initialize this data layer. |