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