AssetBundle.Load
Load(name: string): Object;
Object Load(string name);
def Load(name as string) as Object
Description

Loads object with name from the bundle.

Load(name: string, type: Type): Object;
Object Load(string name, Type type);
def Load(name as string, type as Type) as Object
Description

Loads object with name of a given type from the bundle.