Class CatalogItemConfig<TRuntimeItem>
Base configurator of a CatalogItem instance.
Inherited Members
Namespace: UnityEngine.GameFoundation.Configs
Assembly: solution.dll
Syntax
public abstract class CatalogItemConfig<TRuntimeItem> : CatalogItemConfig where TRuntimeItem : CatalogItem
Type Parameters
| Name | Description |
|---|---|
| TRuntimeItem | The |
Methods
| Name | Description |
|---|---|
| CompileGeneric() | This method is called by Compile() to checks the specific configuration of the inherited types. |
| CompileItem() | Checks the configuration and builds the
|
| LinkGeneric(CatalogBuilder) | This method is called by Compile() to checks the links of the inherited types. |
| LinkItem(CatalogBuilder) | Resolves the possible referenes the
|