Method | Description | |
---|---|---|
AddReference ( string bundleName ) : void |
添加 ref关系
|
|
BundleLoadFinish ( string bundleName ) : void | ||
DebuggerAsset ( ) : void | ||
Dispose ( ) : void | ||
GetBundleName ( ) : string | ||
GetDependences ( ) : List |
||
GetLoader ( ) : IABLoader, | ||
GetMultiRes ( string bundleName ) : Object[] | ||
GetProgress ( ) : LoaderProgress | ||
GetReference ( ) : List |
获取 ref关系
|
|
GetSingleRes ( string bundleName ) : Object | ||
IABRelationMgr ( ) : UnityEngine | ||
Initialize ( string bundle, LoaderProgress progress ) : void | ||
IsBundleLoadFinish ( ) : bool | ||
LoadAB ( ) : IEnumerator | ||
RemoveDepence ( string bundleName ) : void | ||
SetDependences ( string depenceABNames ) : void | ||
removeReference ( string bundleName ) : bool |
Removes the reference.
|
public AddReference ( string bundleName ) : void | ||
bundleName | string | Bundle name. |
return | void |
public BundleLoadFinish ( string bundleName ) : void | ||
bundleName | string | |
return | void |
public GetMultiRes ( string bundleName ) : Object[] | ||
bundleName | string | |
return | Object[] |
public GetSingleRes ( string bundleName ) : Object | ||
bundleName | string | |
return | Object |
public Initialize ( string bundle, LoaderProgress progress ) : void | ||
bundle | string | |
progress | LoaderProgress | |
return | void |
public RemoveDepence ( string bundleName ) : void | ||
bundleName | string | |
return | void |
public SetDependences ( string depenceABNames ) : void | ||
depenceABNames | string | |
return | void |
public removeReference ( string bundleName ) : bool | ||
bundleName | string | 表示是否释放 |
return | bool |