| Parameter | Description |
|---|---|
| key | The asset to resolve. |
| asset | The resolved asset, or null on a miss. |
bool
true when the asset resolved synchronously; otherwise false.
Tries to resolve the asset for a key without loading asynchronously.
Return true and set asset when the asset resolves immediately. Return
false on a miss so the provider chain continues to the next provider, and leave
asset as null. The asset type is T, or
AssetKey.Type when T is the base Object, mirroring
IAsyncAssetProvider.LoadAssetAsync.