Interface IVariableValueChanged
Provides the ability to trigger an automatic update of a LocalizedString when ValueChanged is invoked.
Inherited Members
Namespace: UnityEngine.Localization.SmartFormat.PersistentVariables
Assembly: Unity.Localization.dll
Syntax
public interface IVariableValueChanged : IVariable
Events
Name | Description |
---|---|
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. |