Legacy Documentation: Version 4.5.0

Script language:

  • JS
  • C#
  • Boo
Script language

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

AssetBundle.LoadAll

LoadAll(type: Type): Object[];
Object[] LoadAll(Type type);
def LoadAll(type as Type) as Object[]

Description

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

LoadAll(): Object[];
Object[] LoadAll();
def LoadAll() as Object[]

Description

Loads all objects contained in the asset bundle.