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