Enum StatDefinition.StatValueType
Enum to determine the value type for this StatDefinition
Namespace: UnityEngine.GameFoundation
Assembly: solution.dll
Syntax
public enum StatDefinition.StatValueType
Fields
| Name | Description |
|---|---|
| Float | Stats that use floats. |
| Int | Stats that use ints. |