IVariableValueChanged
Provides the ability to trigger an automatic update of a localized string when IVariableValueChanged.ValueChanged is invoked.
Read time 1 minuteLast updated 7 days ago
Definition
- Type: Interface
- Namespace: Unity.SmartStrings.PersistentVariables
- Assembly: UnityEngine.SmartStringsModule
public interface IVariableValueChanged : IVariable
Events
Member | Description |
|---|---|
| ValueChanged | Raised when the variable's value changes, or when it otherwise needs to trigger an update to any localized string currently using it. |