Class StatDefinition
This is one entry in the list of possible stats an item could have.
Namespace: UnityEngine.GameFoundation
Assembly: solution.dll
Syntax
[Serializable]
public class StatDefinition
Constructors
| Name | Description |
|---|---|
| StatDefinition(string, string, StatValueType) | This is one entry in the list of possible Stats an item could have. This method throws if not in editor mode. |
Properties
| Name | Description |
|---|---|
| displayName | Custom string attached to this Stat definition. |
| id | Id for this Stat definition. |
| idHash | Hash for Id string for this Stat definition. |
| statValueType | Stat value type for this Stat definition. |