docs.unity3d.com
    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

    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
    In This Article
    • Properties
      • Entry
      • Table
    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