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