Class StackableInventoryItemDefinitionConfig
Configurator for an StackableInventoryItemDefinition instance.
Inheritance
Inherited Members
Namespace: UnityEngine.GameFoundation.Configs
Syntax
public sealed class StackableInventoryItemDefinitionConfig : InventoryItemDefinitionConfig, IBuildable<InventoryItemDefinition>
Methods
CompileItem(Rejectable)
Create a new TRuntimeObject
.
Declaration
protected override InventoryItemDefinition CompileItem(Rejectable rejectable)
Parameters
Type | Name | Description |
---|---|---|
Rejectable | rejectable |
Returns
Type | Description |
---|---|
InventoryItemDefinition | Return a promise handle to report how the operation went. The handle's result is the compiled item if the compilation was successful. |