Legacy Documentation: Version 5.1
LanguageEnglish
  • C#
  • JS

Script language

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

AssetBundle.LoadAllAssets

Switch to Manual
public function LoadAllAssets(type: Type): Object[];

Parameters

Description

Loads all assets contained in the asset bundle that inherit from type.


public function LoadAllAssets(): Object[];

Description

Loads all assets contained in the asset bundle.


public function LoadAllAssets(): T[];

Description

Loads all assets contained in the asset bundle that inherit from type T.