Struct LocalizedDatabase<TTable, TEntry>.TableEntryResult | Localization | 0.8.1-preview
docs.unity.cn
    Show / Hide Table of Contents

    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

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

    Table

    Declaration
    public TTable Table { get; }
    Property Value
    Type Description
    TTable
    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX
    on Wednesday, August 19, 2020