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

    Class LocalizedDatabase

    Inheritance
    System.Object
    LocalizedDatabase
    LocalizedAssetDatabase
    LocalizedStringDatabase
    Namespace: UnityEngine.Localization
    Syntax
    public abstract class LocalizedDatabase : ScriptableObject

    Properties

    DefaultTableName

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

    Methods

    OnLocaleChanged(Locale)

    Called before the LocaleChanged event is sent out in order to give the database a chance to prepare.

    Declaration
    public abstract void OnLocaleChanged(Locale locale)
    Parameters
    Type Name Description
    Locale locale
    Back to top Copyright © 2019 Unity Technologies
    Generated by DocFX