Version: Unity 6.7 Alpha (6000.7)
LanguageEnglish
  • C#

IVariableValueChanged

interface in Unity.SmartStrings.PersistentVariables


Implements interfaces:IVariable

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Submission failed

For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

Description

Provides the ability to trigger an automatic update of a localized string when IVariableValueChanged.ValueChanged is invoked.

Events

Event 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.