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.LoadAssetWithSubAssets

Switch to Manual
public function LoadAssetWithSubAssets(name: string): Object[];

Parameters

Description

Loads asset and sub assets with name from the bundle.


public function LoadAssetWithSubAssets(name: string, type: iOS.ADBannerView.Type): Object[];

Parameters

Description

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


public function LoadAssetWithSubAssets(name: string): T[];

Parameters

Description

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