docs.unity.cn
    Show / Hide Table of Contents

    Enum MissingTranslationBehavior

    Options for how to handle a missing translation.

    Namespace: UnityEngine.Localization.Settings
    Syntax
    public enum MissingTranslationBehavior : int

    Fields

    Name Description Value
    PrintWarning

    Prints the missing translation message using Debug.LogWarning.

    ShowMissingTranslationMessage

    Includes the missing translation message in the translated string.

    Back to top Copyright © 2022 Unity Technologies
    Generated by DocFX
    on Friday, March 4, 2022
    Terms of use