Property | Type | Description | |
---|---|---|---|
BeginLoadTime | float | ||
FinishLoadTime | float | ||
Www |
Method | Description | |
---|---|---|
Load ( string url, LoaderDelgate callback = null ) : |
Use this to directly load WWW by Callback or Coroutine, pass a full URL. A wrapper of Unity's WWW class.
|
Method | Description | |
---|---|---|
DoDispose ( ) : void | ||
Init ( string url ) : void | ||
OnFinish ( object resultObj ) : void | ||
StartLoad ( ) : void | ||
WWWLoaderMonitorCoroutine ( ) : IEnumerator |
监视器协程 超过最大WWWLoader时,挂起~ 后来的新loader会被优先加载
|
Method | Description | |
---|---|---|
CoLoad ( string url ) : IEnumerator |
协和加载Assetbundle,加载完后执行callback
|
public static Load ( string url, LoaderDelgate callback = null ) : |
||
url | string | |
callback | LoaderDelgate | |
return |
protected OnFinish ( object resultObj ) : void | ||
resultObj | object | |
return | void |
protected static WWWLoaderMonitorCoroutine ( ) : IEnumerator | ||
return | IEnumerator |