Class StatDefinition
The definition of a stat, attached to CatalogItem.
Namespace: UnityEngine.GameFoundation
Assembly: solution.dll
Syntax
public class StatDefinition
Properties
| Name | Description |
|---|---|
| displayName | Custom display name (string) attached to this StatDefinition instance. |
| id | The identifier of this StatDefinition instance. |
| statValueType | The type of this for this StatDefinition instance. Determines if stat stores an int or a float. |