My Project
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties
Static Public Member Functions | List of all members
UniExtensions.Async.MagicThread Class Reference

Magic thread allow a coroutine to go into the background and return to foreground using yield statements. More...

Inheritance diagram for UniExtensions.Async.MagicThread:

Static Public Member Functions

static void Start (IEnumerator task, bool startInBackground=true)
 

Detailed Description

Magic thread allow a coroutine to go into the background and return to foreground using yield statements.

Member Function Documentation

static void UniExtensions.Async.MagicThread.Start ( IEnumerator  task,
bool  startInBackground = true 
)
inlinestatic

The documentation for this class was generated from the following file: