Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


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

public interface IVariableValueChanged : IVariable

Events

Member

Description

ValueChangedRaised when the variable's value changes, or when it otherwise needs to trigger an update to any localized string currently using it.

Inheritance