docs.unity.cn
    Show / Hide Table of Contents

    Enum MissingTranslationBehavior

    Options for how to handle a missing translation.

    Namespace: UnityEngine.Localization.Settings
    Syntax
    [Flags]
    public enum MissingTranslationBehavior

    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 Thursday, June 9, 2022
    Terms of use