Method | Description | |
---|---|---|
Start ( ) : void |
Creates and starts the thread on which the conversion process runs.
|
|
WaitFor ( ) : IEnumerator |
Waits for the conversion process to finish.
|
Method | Description | |
---|---|---|
ThreadFunction ( ) : void |
Specific thread function to run.
|
Method | Description | |
---|---|---|
Run ( ) : void |
Runs the job.
|