docs.unity.cn
    Show / Hide Table of Contents

    Enum FallbackBehavior

    Options for the different fallback behaviours that are available.

    Namespace: UnityEngine.Localization.Settings
    Syntax
    public enum FallbackBehavior

    Fields

    Name Description Value
    UseProjectSettings

    Uses the UseFallback value in StringDatabase when localizing a string or AssetDatabase when localizing an asset.


    0
    DontUseFallback

    Do not fallback.


    1
    UseFallback

    Attempts to use a fallback when a localized value is not found.


    2
    Back to top Copyright © 2023 Unity Technologies — Terms of use
    Generated by DocFX
    on Wednesday, June 21, 2023