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

    Class LocalizationSettingsTests.SimpleLocalesProvider

    Inheritance
    System.Object
    LocalesProvider
    LocalizationSettingsTests.SimpleLocalesProvider
    Inherited Members
    LocalesProvider.GetLocale(LocaleIdentifier)
    LocalesProvider.GetLocale(String)
    LocalesProvider.GetLocale(SystemLanguage)
    LocalesProvider.AddLocale(Locale)
    LocalesProvider.RemoveLocale(Locale)
    Namespace: UnityEngine.Localization.Tests
    Syntax
    public class SimpleLocalesProvider : LocalesProvider

    Constructors

    SimpleLocalesProvider()

    Declaration
    public SimpleLocalesProvider()

    Properties

    Locales

    Declaration
    public override List<Locale> Locales { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<Locale>
    Overrides
    LocalesProvider.Locales
    Back to top Copyright © 2019 Unity Technologies
    Generated by DocFX