void AssetInstallListener.OnInstallRemoteAsset(AssetUnitInfo pickUnit, SimpleTrigger installTrigger) { clientListener.OnInstallRemoteAsset(pickUnit, installTrigger); }
public void AddAssetPickUnit(AssetUnitInfo pickUnit, Trigger installTrigger) { pickAndDownloadTriggers.Add(new AssetPickDownloadParam { assetUnitToDownload = pickUnit, installTrigger = installTrigger }); }