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.