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