C# 클래스 IABRelationMgr, QFramework

处理关系
파일 보기 프로젝트 열기: liangxiegame/QFramework 1 사용 예제들

공개 메소드들

메소드 설명
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.

메소드 상세

AddReference() 공개 메소드

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

BundleLoadFinish() 공개 메소드

public BundleLoadFinish ( string bundleName ) : void
bundleName string
리턴 void

DebuggerAsset() 공개 메소드

public DebuggerAsset ( ) : void
리턴 void

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

GetBundleName() 공개 메소드

public GetBundleName ( ) : string
리턴 string

GetDependences() 공개 메소드

public GetDependences ( ) : List
리턴 List

GetLoader() 공개 메소드

public GetLoader ( ) : IABLoader,
리턴 IABLoader,

GetMultiRes() 공개 메소드

public GetMultiRes ( string bundleName ) : Object[]
bundleName string
리턴 Object[]

GetProgress() 공개 메소드

public GetProgress ( ) : LoaderProgress
리턴 LoaderProgress

GetReference() 공개 메소드

获取 ref关系
public GetReference ( ) : List
리턴 List

GetSingleRes() 공개 메소드

public GetSingleRes ( string bundleName ) : Object
bundleName string
리턴 Object

IABRelationMgr() 공개 메소드

public IABRelationMgr ( ) : UnityEngine
리턴 UnityEngine

Initialize() 공개 메소드

public Initialize ( string bundle, LoaderProgress progress ) : void
bundle string
progress LoaderProgress
리턴 void

IsBundleLoadFinish() 공개 메소드

public IsBundleLoadFinish ( ) : bool
리턴 bool

LoadAB() 공개 메소드

public LoadAB ( ) : IEnumerator
리턴 IEnumerator

RemoveDepence() 공개 메소드

public RemoveDepence ( string bundleName ) : void
bundleName string
리턴 void

SetDependences() 공개 메소드

public SetDependences ( string depenceABNames ) : void
depenceABNames string
리턴 void

removeReference() 공개 메소드

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