Class StatDetailAsset
Detail defining the mutable properties and their default values for a CatalogItemAsset.
Implements
Inherited Members
Namespace: UnityEngine.GameFoundation.CatalogManagement
Assembly: solution.dll
Syntax
public sealed class StatDetailAsset : BaseDetailAsset, ISerializationCallbackReceiver
Methods
| Name | Description |
|---|---|
| AwakeDetail() | Initializes the internal collections if necessary. |
| DisplayName() | Returns a friendly name for this BaseDetailAsset. |
| GetStat(string) | Gets default value for a StatDefinitionAsset by its
|
| GetStatDefinitions(ICollection<StatDefinitionAsset>) | Gets all the StatDefinitionAsset instances from this StatDetailAsset instance. |
| TooltipMessage() | Returns a description of the purpose of this BaseDetailAsset. It is displayed as a tooltip in editor. |