Class BaseDetailConfig<TDetail>
Base configurator for a TDetail instance.
Namespace: UnityEngine.GameFoundation.Configs
Assembly: solution.dll
Syntax
public abstract class BaseDetailConfig<TDetail> : BaseDetailConfig where TDetail : BaseDetail
Type Parameters
| Name | Description |
|---|---|
| TDetail | The type of the detail to build. |
Methods
| Name | Description |
|---|---|
| CompileDetail() | Checks the data and creates the |
| CompileGeneric() | Checks the configuration and creates the BaseDetail instance. This method doesn't check the references this detail could contain. Link(CatalogBuilder, CatalogItem) |
| LinkDetail(CatalogBuilder) | Resolves the possible references the |
| LinkGeneric(CatalogBuilder) | Resolves the possible references the BaseDetail may contain and builds them. |