docs.unity.cn
    Show / Hide Table of Contents

    Delegate LocalizedString.ChangeHandler

    Delegate used by StringChanged.

    Namespace: UnityEngine.Localization
    Syntax
    public delegate void ChangeHandler(string value);
    Parameters
    Type Name Description
    String value

    The localized string.

    Back to top Copyright © 2022 Unity Technologies
    Generated by DocFX
    on Thursday, June 9, 2022
    Terms of use