docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Method AddEntry

    AddEntry(string, string)

    Add or update an entry in the table.

    Declaration
    public TEntry AddEntry(string key, string localized)
    Parameters
    Type Name Description
    string key

    The name of the key.

    string localized

    The localized item, a string for StringTable or asset guid for AssetTable.

    Returns
    Type Description
    TEntry

    AddEntry(long, string)

    Add or update an entry in the table.

    Declaration
    public virtual TEntry AddEntry(long keyId, string localized)
    Parameters
    Type Name Description
    long keyId

    The unique key id.

    string localized

    The localized item, a string for StringTable or asset guid for AssetTable.

    Returns
    Type Description
    TEntry
    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)