Class LocalizedTable
Inheritance
System.Object
LocalizedTable
Namespace: UnityEngine.Localization
Syntax
public abstract class LocalizedTable : ScriptableObject
Properties
Keys
Database of all keys used by this Table.
Declaration
public KeyDatabase Keys { get; set; }
Property Value
Type | Description |
---|---|
KeyDatabase |
LocaleIdentifier
The locale this asset table supports.
Declaration
public LocaleIdentifier LocaleIdentifier { get; set; }
Property Value
Type | Description |
---|---|
LocaleIdentifier |
TableName
The name of this asset table. Must be unique per locale.
Declaration
public string TableName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
ToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String |