Class AssetsDetailConfig
Configurator for an AssetsDetail instance.
Namespace: UnityEngine.GameFoundation.Configs.Details
Assembly: solution.dll
Syntax
public sealed class AssetsDetailConfig : BaseDetailConfig<AssetsDetail>
Fields
| Name | Description |
|---|---|
| entries | Contains the lookup table from an asset name to its paths. |
Methods
| Name | Description |
|---|---|
| CompileDetail() | Checks the data and creates the AssetsDetail instance. |
| LinkDetail(CatalogBuilder) | Resolves the possible references the AssetsDetail can contain and builds them. |