Class StartupLocaleSelectorCollection | Package Manager UI website
docs.unity.cn
    Show / Hide Table of Contents

    Class StartupLocaleSelectorCollection

    A collection of multiple startup selectors. The locale is selected by starting with item 0 in the list and trying each until one succeeds in return a locale that is not null.

    Inheritance
    System.Object
    StartupLocaleSelector
    StartupLocaleSelectorCollection
    Namespace: UnityEngine.Localization
    Syntax
    public class StartupLocaleSelectorCollection : StartupLocaleSelector

    Properties

    StartupSelectors

    Declaration
    public List<StartupLocaleSelector> StartupSelectors { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<StartupLocaleSelector>

    Methods

    GetStartupLocale(LocalesProvider)

    Declaration
    public override Locale GetStartupLocale(LocalesProvider availableLocales)
    Parameters
    Type Name Description
    LocalesProvider availableLocales
    Returns
    Type Description
    Locale
    Overrides
    StartupLocaleSelector.GetStartupLocale(LocalesProvider)
    Back to top Copyright © 2019 Unity Technologies
    Generated by DocFX