Legacy Documentation: Version 5.2
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 Object[] LoadAllAssets(Type type);

Parameters

Description

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


public Object[] LoadAllAssets();

Description

Loads all assets contained in the asset bundle.


public T[] LoadAllAssets();

Description

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