Method GetAssetAsync
GetAssetAsync<TObject>(TableEntryReference)
Returns the loading operation for the asset.
Check isDone to see if the asset is available for immediate use, if not you can yield on the operation or add a callback subscriber.
Declaration
public AsyncOperationHandle<TObject> GetAssetAsync<TObject>(TableEntryReference entryReference) where TObject : Object
Parameters
Returns
Type |
Description |
AsyncOperationHandle<TObject> |
|
Type Parameters
Name |
Description |
TObject |
The type of object to load.
|