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

    Class CommandLineLocaleSelector

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

    Properties

    CommandLineArgument

    The command line argument used to assign the locale.

    Declaration
    public string CommandLineArgument { get; set; }
    Property Value
    Type Description
    System.String

    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