Class LongVariable
A IVariable that holds a single long value.
Inherited Members
Namespace: UnityEngine.Localization.SmartFormat.PersistentVariables
Syntax
[Serializable]
[DisplayName("Long", null)]
public class LongVariable : Variable<long>, IVariableValueChanged, IVariable