Interface IVariableValueChanged
Provides the ability to trigger an automatic update of a LocalizedString when ValueChanged is invoked.
Inherited Members
Namespace: UnityEngine.Localization.SmartFormat.PersistentVariables
Syntax
public interface IVariableValueChanged : IVariable
Events
ValueChanged
This event is sent when the global variable has changed or wishes to trigger an update to any LocalizedString that is currently using it.
Declaration
event Action<IVariable> ValueChanged
Event Type
Type | Description |
---|---|
Action<IVariable> |