Class InventoryCatalog
Definitions for InventoryItemDefinitions and InventoryDefinitions. The Catalog serves as a way to find references to Definitions, as needed.
Inheritance
Inherited Members
Namespace: UnityEngine .GameFoundation
Assembly: solution.dll
Syntax
public class InventoryCatalog : BaseCatalog<InventoryDefinition, Inventory, InventoryItemDefinition, InventoryItem>
Constructors
Name | Description |
---|---|
Inventory |
Default constructor. |
Methods
Name | Description |
---|---|
Create() | Creates a new InventoryCatalog. |
Remove |
Removes the given collection definition from this catalog. |