Class LocalizedDatabase
Inheritance
System.Object
LocalizedDatabase
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 |