Class LocalizationTableCollection.Row<TEntry>
Represents a single Key and its localized values when using GetRowEnumerator.
Namespace: UnityEditor.Localization
Assembly: solution.dll
Syntax
public class LocalizationTableCollection.Row<TEntry> where TEntry : TableEntry
Type Parameters
| Name | Description |
|---|---|
| TEntry |
Properties
| Name | Description |
|---|---|
| KeyEntry | The Key for the current row. |
| TableEntries | The entries taken from all the tables for the current KeyEntry. The value may be null, such as when the table does not have a value for the current key. |
| TableEntriesReference | The LocaleIdentifier for each table value in TableEntries. The order of the tables is guaranteed not to change. |