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

Loads object with name from the bundle.

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

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