docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Method GetAllTables

    GetAllTables(Locale)

    Returns all the tables available. This method is asynchronous and may not have an immediate result. Check IsDone to see if the tables are available. if it is false then you can use the Completed event to get a callback when it is finished, yield on the operation or call WaitForCompletion to force the operation to complete.```

    Declaration
    public virtual AsyncOperationHandle<IList<TTable>> GetAllTables(Locale locale = null)
    Parameters
    Type Name Description
    Locale locale

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

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