Class LocalizationTable
Abstract base class for all tables. Contains common functionality.
Implements
Inherited Members
Namespace: UnityEngine .Localization.Tables
Assembly: Unity.Localization.dll
Syntax
public abstract class LocalizationTable : ScriptableObject, IMetadataCollection
Properties
Name | Description |
---|---|
Locale |
The locale this asset table supports. |
Metadata |
Table Metadata. |
Shared |
Data shared across all tables. |
Table |
The name of this asset table collection. |
Methods
Name | Description |
---|---|
Add |
Add an entry to Metadata |
Compare |
Compare to another LocalizationTable.
Performs a comparison against the Locale |
Contains(IMetadata) | Checks if the Metadata is contained within Metadata |
Create |
Create an empty entry in the table at the specified entry. |
Find |
Returns the key with the matching name from the Shared |
Get |
Returns the first Metadata item from Metadata |
Get |
Returns all Metadata from Metadata |
Get |
Populates the list with all Metadata from Metadata |
Remove |
Remove an entry from Metadata |