| Parameter | Description |
|---|---|
| cancellationToken | A token that cancels the load. |
Awaitable<Object>
An awaitable that resolves to the loaded asset, or null on a miss.
Loads the asset assigned to this entry.
The load is resolved by the concrete kind. The result is null when no asset is assigned or it
cannot be resolved. Release the returned asset with IAssetEntry.ReleaseAsset
once you are finished with it.