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.