docs.unity3d.com
    目次を表示する/隠す

    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[]
    トップに戻る
    Copyright © 2023 Unity Technologies — 商標と利用規約
    • 法律関連
    • プライバシーポリシー
    • クッキー
    • 私の個人情報を販売または共有しない
    • Your Privacy Choices (Cookie Settings)