docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Method GetDefaultTableAsync

    GetDefaultTableAsync()

    Returns the Default table. This method is asynchronous and may not have an immediate result. Check IsDone to see if the data is 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 AsyncOperationHandle<TTable> GetDefaultTableAsync()
    Returns
    Type Description
    AsyncOperationHandle<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)