docs.unity.cn
    Show / Hide Table of Contents

    Interface IVariableValueChanged

    Provides the ability to trigger an automatic update of a LocalizedString when ValueChanged is invoked.

    Inherited Members
    IVariable.GetSourceValue(ISelectorInfo)
    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>
    Back to top Copyright © 2022 Unity Technologies
    Generated by DocFX
    on Thursday, June 9, 2022
    Terms of use