Method | Description | |
---|---|---|
AssetBundle ( ) | ||
Contains ( string name ) : bool | ||
CreateFromFile ( string path ) : |
||
CreateFromMemory ( Byte binary ) : |
||
Load ( string name ) : System.Object | ||
Load ( string name, Type type ) : System.Object | ||
LoadAll ( ) : Object[] | ||
LoadAll ( Type type ) : Object[] | ||
LoadAsync ( string name, Type type ) : |
||
Unload ( bool unloadAllLoadedObjects ) : void |
public static CreateFromFile ( string path ) : |
||
path | string | |
return |
public static CreateFromMemory ( Byte binary ) : |
||
binary | Byte | |
return |
public Load ( string name, Type type ) : System.Object | ||
name | string | |
type | Type | |
return | System.Object |
public LoadAsync ( string name, Type type ) : |
||
name | string | |
type | Type | |
return |
public Unload ( bool unloadAllLoadedObjects ) : void | ||
unloadAllLoadedObjects | bool | |
return | void |