AssetBundle.Load Manual     Reference     Scripting  
Scripting > Runtime Classes > AssetBundle
AssetBundle.Load

function Load (name : String) : Object

Description

Loads object with name from the bundle.

function Load (name : String, type : Type) : Object

Description

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