Engine.Coroutine

Undocumented in source.

Members

Classes

Coroutine
class Coroutine
Undocumented in source.

Functions

RunCoroutines
void RunCoroutines()
Undocumented in source. Be warned that the author may not have intended to support it.
StartCoroutine
void StartCoroutine(void delegate() dg)
Undocumented in source. Be warned that the author may not have intended to support it.
StartCoroutine
void StartCoroutine(void function() fn)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

Coroutines
Coroutine[] Coroutines;
Undocumented in source.

Meta