Метод | Описание | |
---|---|---|
DebugAB ( string bundleName ) : void |
Debugs A.
|
|
DisposeAllBundle ( ) : void | ||
DisposeAllBundleAndRes ( ) : void |
全部删除
|
|
DisposeAllObj ( ) : void | ||
DisposeBundle ( string bundleName ) : void |
循环处理关系
|
|
DisposeResObj ( string bundleName ) : void | ||
DisposeResObj ( string bundleName, string resName ) : void | ||
GetMultiRes ( string bundleName, string resName ) : Object[] | ||
GetSingleRes ( string bundleName, string resName ) : Object | ||
IABMgr ( string sceneName ) : UnityEngine | ||
IsLoaddingFinish ( string bundleName ) : bool | ||
IsLoadingAB ( string bundleName ) : bool | ||
LoadAB ( string bundleName, LoaderProgress progress, LoadABCallBack callback ) : void | ||
LoadABDependences ( string bundleName, string refName, LoaderProgress progress ) : IEnumerator | ||
LoadABs ( string bundleName ) : IEnumerator |
加载assetBundle必须先加载manifest
|
Метод | Описание | |
---|---|---|
GetDependences ( string bundleName ) : string[] |
public DebugAB ( string bundleName ) : void | ||
bundleName | string | Scene/test.prefab |
Результат | void |
public DisposeBundle ( string bundleName ) : void | ||
bundleName | string | Bundle name. |
Результат | void |
public DisposeResObj ( string bundleName ) : void | ||
bundleName | string | |
Результат | void |
public DisposeResObj ( string bundleName, string resName ) : void | ||
bundleName | string | |
resName | string | |
Результат | void |
public GetMultiRes ( string bundleName, string resName ) : Object[] | ||
bundleName | string | |
resName | string | |
Результат | Object[] |
public GetSingleRes ( string bundleName, string resName ) : Object | ||
bundleName | string | |
resName | string | |
Результат | Object |
public IABMgr ( string sceneName ) : UnityEngine | ||
sceneName | string | |
Результат | UnityEngine |
public IsLoaddingFinish ( string bundleName ) : bool | ||
bundleName | string | |
Результат | bool |
public IsLoadingAB ( string bundleName ) : bool | ||
bundleName | string | |
Результат | bool |
public LoadAB ( string bundleName, LoaderProgress progress, LoadABCallBack callback ) : void | ||
bundleName | string | |
progress | LoaderProgress | |
callback | LoadABCallBack | |
Результат | void |
public LoadABDependences ( string bundleName, string refName, LoaderProgress progress ) : IEnumerator | ||
bundleName | string | |
refName | string | |
progress | LoaderProgress | |
Результат | IEnumerator |
public LoadABs ( string bundleName ) : IEnumerator | ||
bundleName | string | Bundle name. |
Результат | IEnumerator |