Property | Type | Description | |
---|---|---|---|
AssetBundlerLoaderErrorEvent | Action |
||
NewAssetBundleLoaderEvent | Action |
Method | Description | |
---|---|---|
Load ( string url, CAssetBundleLoaderDelegate callback = null, LoaderMode loaderMode = LoaderMode.Async ) : |
AssetBundle读取原字节目录
|
|
Release ( ) : void |
Method | Description | |
---|---|---|
DoDispose ( ) : void | ||
Init ( string url ) : void | ||
OnFinish ( object resultObj ) : void |
Method | Description | |
---|---|---|
LoadAssetBundle ( string relativeUrl ) : IEnumerator | ||
PreLoadManifest ( ) : void |
Unity5下,使用manifest进行AssetBundle的加载
|
public static Load ( string url, CAssetBundleLoaderDelegate callback = null, LoaderMode loaderMode = LoaderMode.Async ) : |
||
url | string | |
callback | CAssetBundleLoaderDelegate | |
loaderMode | LoaderMode | |
return |
protected OnFinish ( object resultObj ) : void | ||
resultObj | object | |
return | void |
public static Action |
||
return | Action |