Class BaseDetailConfig
Base configurator for a BaseDetail instance.
Namespace: UnityEngine.GameFoundation.Configs
Assembly: solution.dll
Syntax
public abstract class BaseDetailConfig
Methods
| Name | Description |
|---|---|
| CompileGeneric() | Checks the configuration and creates the BaseDetail instance. This method doesn't check the references this detail could contain. Link(CatalogBuilder, CatalogItem) |
| LinkGeneric(CatalogBuilder) | Resolves the possible references the BaseDetail may contain and builds them. |