Delegate AssetCreationController.GetRefreshedAsset
Namespace: Unity.Cloud.Assets.Samples.AssetManager
Syntax
public delegate Task<IAsset> GetRefreshedAsset(IAsset asset);
Parameters
Type | Name | Description |
---|---|---|
IAsset | asset |
Returns
Type | Description |
---|---|
Task<IAsset> |