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 : int

    Fields

    Name Description Value
    DontUseFallback

    Do not fallback.

    UseFallback

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

    UseProjectSettings

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

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