docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Method GetEntry

    GetEntry(long)

    Returns the Entry for the key id, this contains all data for the key.

    Declaration
    public SharedTableData.SharedTableEntry GetEntry(long id)
    Parameters
    Type Name Description
    long id

    Id the key belongs to.

    Returns
    Type Description
    SharedTableData.SharedTableEntry

    The found key entry or null if one can not be found.

    GetEntry(string)

    Returns the Entry for the key, this contains all data for the key.

    Declaration
    public SharedTableData.SharedTableEntry GetEntry(string key)
    Parameters
    Type Name Description
    string key

    The name of the key.

    Returns
    Type Description
    SharedTableData.SharedTableEntry

    The found key entry or null if one can not be found.

    In This Article
    Back to top
    Copyright © 2024 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)