Interface IInventoryDataLayer
Contract for objects providing data to the InventoryManager.
Namespace: UnityEngine.GameFoundation
Assembly: solution.dll
Syntax
public interface IInventoryDataLayer
Methods
| Name | Description |
|---|---|
| CreateItem(string, string, Completer) | Request to create a new item with the given |
| DeleteItem(string, Completer) | Request to delete the item matching the given |
| GetData() | Get InventoryManager's serializable data. |
| GetPropertyValue(string, string) | Get the property with the given |
| SetPropertyValue(string, string, Property, Completer) | Request to update the property with the given |
| TryGetPropertyValue(string, string, out Property) | Get the property with the given |