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