Class CatalogItemConfig
Base configurator of a CatalogItem instance.
Namespace: UnityEngine.GameFoundation.Configs
Assembly: solution.dll
Syntax
public abstract class CatalogItemConfig
Fields
| Name | Description |
|---|---|
| categories | The idenfiers of the categories the item will be linked to. |
| details | The list of configurators of the details the item will own. |
| displayName | The friendly name of the item. |
Properties
| Name | Description |
|---|---|
| id | The identifier of the item. |
Methods
| Name | Description |
|---|---|
| CompileGeneric() | This method is called by Compile() to checks the specific configuration of the inherited types. |
| LinkGeneric(CatalogBuilder) | This method is called by Compile() to checks the links of the inherited types. |