UIntVariable
A IVariable that holds a single unsigned integer value.
Read time 1 minuteLast updated 5 days ago
Definition
- Type: Class
- Namespace: Unity.SmartStrings.PersistentVariables
- Assembly: UnityEngine.SmartStringsModule
- Inherits from: Variable<uint>
- Implements: IVariableValueChanged, IVariable, ISerializationCallbackReceiver
public class UIntVariable : Variable<uint>, IVariableValueChanged, IVariable, ISerializationCallbackReceiver