docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Method GetTableAsync

    GetTableAsync()

    Provides the table with the TableReference.

    Declaration
    public AsyncOperationHandle<TTable> GetTableAsync()
    Returns
    Type Description
    AsyncOperationHandle<TTable>

    Returns the loading operation for the requested table.

    Remarks

    The UnityEngine.ResourceManagement.AsyncOperations.AsyncOperationHandle.Completed event provides notification once the operation has finished and the table has been found or an error has occurred. A table may have already been loaded during a previous operation or when using Preload mode. Check the UnityEngine.ResourceManagement.AsyncOperations.AsyncOperationHandle.IsDone property to see if the table is already loaded and immediately available. See Async operation handling for further details.

    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)