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.LoadAll  

function LoadAll (type : Type) : Object[]

Description

Loads all objects contained in the asset bundle that inherit from type.

function LoadAll () : Object[]

Description

Loads all objects contained in the asset bundle.