Legacy Documentation: Version 5.0
Language: English
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

AssetBundle.LoadAssetWithSubAssetsAsync

Switch to Manual
public function LoadAssetWithSubAssetsAsync(name: string): AssetBundleRequest;

Parameters

Description

Loads asset with sub assets with name from the bundle asynchronously.


public function LoadAssetWithSubAssetsAsync(name: string): AssetBundleRequest;

Parameters

Description

Loads asset with sub assets with name of type T from the bundle asynchronously.


public function LoadAssetWithSubAssetsAsync(name: string, type: iOS.ADBannerView.Type): AssetBundleRequest;

Parameters

Description

Loads asset with sub assets with name of a given type from the bundle asynchronously.