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