AssetBundle
.Load
Manual
Reference
Scripting
Scripting
>
Runtime Classes
>
AssetBundle
AssetBundle
.Load
Menu
Overview
Runtime Classes
Attributes
Enumerations
Editor Classes
Enumerations
History
Index
AssetBundle
All Members
Variables
mainAsset
Functions
Contains
Load
LoadAll
LoadAsync
Unload
Inherited Variables
hideFlags
name
Inherited Functions
GetInstanceID
ToString
Inherited Class Functions
Destroy
DestroyImmediate
DontDestroyOnLoad
FindObjectOfType
FindObjectsOfType
Instantiate
Instantiate.<T>
operator !=
operator ==
operator bool
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.