C# Class UnityThreading.TaskWorker

Inheritance: ThreadBase
Mostrar archivo Open project: ufz-vislab/html-ui-unity Class Usage Examples

Public Properties

Property Type Description
Dispatcher Dispatcher

Public Methods

Method Description
Dispose ( ) : void
TaskWorker ( string name, TaskDistributor taskDistributor ) : System

Protected Methods

Method Description
Do ( ) : IEnumerator

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Do() protected method

protected Do ( ) : IEnumerator
return IEnumerator

TaskWorker() public method

public TaskWorker ( string name, TaskDistributor taskDistributor ) : System
name string
taskDistributor TaskDistributor
return System

Property Details

Dispatcher public_oe property

public Dispatcher Dispatcher
return Dispatcher