C# Class ThreadManager, UnityHello

Inheritance: MonoBehaviour, IThreadManager
Show file Open project: woshihuo12/UnityHello Class Usage Examples

Public Methods

Method Description
AddEvent ( ThreadEvent, ev, Action func ) : void

添加到事件队列

Private Methods

Method Description
Awake ( ) : void
OnDestroy ( ) : void

应用程序退出

OnDownloadFile ( List evParams ) : void

下载文件

OnExtractFile ( List evParams ) : void

调用方法

OnSyncEvent ( NotiData, data ) : void
OnUpdate ( ) : void
ProgressChanged ( object sender, DownloadProgressChangedEventArgs, e ) : void
Start ( ) : void

Method Details

AddEvent() public method

添加到事件队列
public AddEvent ( ThreadEvent, ev, Action func ) : void
ev ThreadEvent,
func Action
return void