Class InventoryDefinition
Describes preset values and rules for an Inventory. During runtime, it may be useful to refer back to the InventoryDefinition for the presets and rules, but the values cannot be changed at runtime. The InventoryDefinition is also responsible for creating Inventories based on preset properties.
Inheritance
Inherited Members
Namespace: UnityEngine .GameFoundation
Assembly: solution.dll
Syntax
public class InventoryDefinition : BaseCollectionDefinition<InventoryDefinition, Inventory, InventoryItemDefinition, InventoryItem>
Methods
Name | Description |
---|---|
To |
Returns a summary string for this InventoryDefinition. |