Manual     Reference     Scripting  
  
Scripting > Runtime Classes > AssetBundle   
  • Menu
  • Overview
  • Runtime Classes
  • Attributes
  • Enumerations
  • Editor Classes
  • Enumerations
  • History
  • Index
  • AssetBundle
  • All Members
  • Variables
  • mainAsset
  • Functions
  • Contains
  • Load
  • LoadAll
  • LoadAsync
  • Unload
  • Class Functions
  • CreateFromMemory
  • Inherited Variables
  • hideFlags
  • name
  • Inherited Functions
  • GetInstanceID
  • ToString
  • Inherited Class Functions
  • Destroy
  • DestroyImmediate
  • DontDestroyOnLoad
  • FindObjectOfType
  • FindObjectsOfType
  • Instantiate
  • operator !=
  • operator ==
  • operator bool

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.