docs.unity3d.com
    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
    Syntax
    public class Row<TEntry>
        where TEntry : TableEntry
    Type Parameters
    Name Description
    TEntry

    Properties

    KeyEntry

    The Key for the current row.

    Declaration
    public SharedTableData.SharedTableEntry KeyEntry { get; }
    Property Value
    Type Description
    SharedTableData.SharedTableEntry

    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.

    Declaration
    public TEntry[] TableEntries { get; }
    Property Value
    Type Description
    TEntry[]

    TableEntriesReference

    The LocaleIdentifier for each table value in TableEntries. The order of the tables is guaranteed not to change.

    Declaration
    public LocaleIdentifier[] TableEntriesReference { get; }
    Property Value
    Type Description
    LocaleIdentifier[]
    In This Article
    • Properties
      • KeyEntry
      • TableEntries
      • TableEntriesReference
    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023