docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Method ProvideTableAsync

    ProvideTableAsync<TTable>(string, Locale)

    Provides a way to return a custom table when when attempting to load from GetTableAsync(TableReference, Locale).

    Declaration
    AsyncOperationHandle<TTable> ProvideTableAsync<TTable>(string tableCollectionName, Locale locale) where TTable : LocalizationTable
    Parameters
    Type Name Description
    string tableCollectionName
    Locale locale
    Returns
    Type Description
    AsyncOperationHandle<TTable>

    A valid table or default, which will trigger the default table loading.

    Type Parameters
    Name 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)