Class CatalogItemConfig
Base configurator of a CatalogItem instance.
Namespace: UnityEngine.GameFoundation.Configs
Assembly: solution.dll
Syntax
public abstract class CatalogItemConfig
Fields
| Name | Description |
|---|---|
| details | The list of configurators of the details the item will own. |
| displayName | The friendly name of the item. |
| staticProperties | |
| tags | The identifiers of the tags the item will be linked to. |
Properties
| Name | Description |
|---|---|
| key | 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. |