Class IntVariable
A IVariable that holds a single integer value.
Inherited Members
Namespace: UnityEngine.Localization.SmartFormat.PersistentVariables
Syntax
[Serializable]
[DisplayName("Integer", null)]
public class IntVariable : Variable<int>, IVariableValueChanged, IVariable