docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Method GetTable

    GetTable(TableReference, Locale)

    Returns the named table. Uses WaitForCompletion to force the loading to complete synchronously. Please note that WaitForCompletion is not supported on WebGL.

    Declaration
    public virtual TTable GetTable(TableReference tableReference, Locale locale = null)
    Parameters
    Type Name Description
    TableReference tableReference

    The table identifier. Can be either the name of the table or the table collection name Guid.

    Locale locale

    The Locale to load the table from, use null to default to cref="LocalizationSettings.SelectedLocale"/>.

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