Legacy Documentation: Version 5.5
LanguageEnglish
  • C#
  • JS

Script language

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

AssetBundle.LoadAllAssets

public Object[] LoadAllAssets(Type type);

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.