C# Class IABRelationMgr, QFramework

处理关系
Exibir arquivo Open project: liangxiegame/QFramework Class Usage Examples

Public Methods

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.

Method Details

AddReference() public method

添加 ref关系
public AddReference ( string bundleName ) : void
bundleName string Bundle name.
return void

BundleLoadFinish() public method

public BundleLoadFinish ( string bundleName ) : void
bundleName string
return void

DebuggerAsset() public method

public DebuggerAsset ( ) : void
return void

Dispose() public method

public Dispose ( ) : void
return void

GetBundleName() public method

public GetBundleName ( ) : string
return string

GetDependences() public method

public GetDependences ( ) : List
return List

GetLoader() public method

public GetLoader ( ) : IABLoader,
return IABLoader,

GetMultiRes() public method

public GetMultiRes ( string bundleName ) : Object[]
bundleName string
return Object[]

GetProgress() public method

public GetProgress ( ) : LoaderProgress
return LoaderProgress

GetReference() public method

获取 ref关系
public GetReference ( ) : List
return List

GetSingleRes() public method

public GetSingleRes ( string bundleName ) : Object
bundleName string
return Object

IABRelationMgr() public method

public IABRelationMgr ( ) : UnityEngine
return UnityEngine

Initialize() public method

public Initialize ( string bundle, LoaderProgress progress ) : void
bundle string
progress LoaderProgress
return void

IsBundleLoadFinish() public method

public IsBundleLoadFinish ( ) : bool
return bool

LoadAB() public method

public LoadAB ( ) : IEnumerator
return IEnumerator

RemoveDepence() public method

public RemoveDepence ( string bundleName ) : void
bundleName string
return void

SetDependences() public method

public SetDependences ( string depenceABNames ) : void
depenceABNames string
return void

removeReference() public method

Removes the reference.
public removeReference ( string bundleName ) : bool
bundleName string 表示是否释放
return bool