Namespace UnityEngine.Localization.SmartFormat.GlobalVariables
Classes
BoolGlobalVariable
An IVariable implementation that holds a single bool value.
FloatGlobalVariable
An IVariable implementation that holds a single float value.
GlobalVariable<T>
Base class for all single source variables.
Inhterit from this class for storage for a single serialized source value that will send a value changed event when Value is changed.
This will trigger any Localized
GlobalVariablesGroup
Collection of IVariable that can be used during formatting of a localized string.
IntGlobalVariable
An IVariable implementation that holds a single integer value.
NestedGlobalVariablesGroup
Provides a reference to a Variables
StringGlobalVariable
An IVariable implementation that holds a single string value.
Interfaces
IGlobalVariable
Represents a variable that can be provided through a global Variables
IGlobalVariableValueChanged
Provides the ability to trigger an automatic update of a Localized
IVariableGroup
Collection that contains IVariable.