docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class LocalizationTableCollection.Row<TEntry>

    Represents a single Key and its localized values when using GetRowEnumerator.

    Inheritance
    object
    LocalizationTableCollection.Row<TEntry>
    Namespace: UnityEditor.Localization
    Assembly: Unity.Localization.Editor.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.

    In This Article
    Back to top
    Copyright © 2024 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)