Class StatDetailConfig
Configurator for a StatDetail instance.
Namespace: UnityEngine.GameFoundation.Configs.Details
Assembly: solution.dll
Syntax
public sealed class StatDetailConfig : BaseDetailConfig<StatDetail>
Fields
| Name | Description |
|---|---|
| entries | Contains the lookup table from a stat identifier to default value. |
Methods
| Name | Description |
|---|---|
| CompileDetail() | Checks the data and creates the StatDetail instance. |
| LinkDetail(CatalogBuilder) | Resolves the possible references the StatDetail can contain and builds them. |