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

    Struct LocalizedDatabase<TTable, TEntry>.TableEntryResult

    Contains the results of a request. The found entry and the table the entry was found in, this may be different if a fall back occurred.

    Namespace: UnityEngine.Localization.Settings
    Syntax
    public struct TableEntryResult

    Properties

    Entry

    The entry that was resolved or null if one could not be found.

    Declaration
    public readonly TEntry Entry { get; }
    Property Value
    Type Description
    TEntry

    Table

    The table the entry was extracted from. When Entry is null, this contains the last table that was tried.

    Declaration
    public readonly TTable Table { get; }
    Property Value
    Type Description
    TTable
    トップに戻る
    Copyright © 2023 Unity Technologies — 商標と利用規約
    • 法律関連
    • プライバシーポリシー
    • クッキー
    • 私の個人情報を販売または共有しない
    • Your Privacy Choices (Cookie Settings)