LayerProcGen v0.4.0
Layer-based infinite procedural generation
Loading...
Searching...
No Matches
IQueuedRoutine

Interface for routines enqueued to be processed on the main thread. More...

Public Member Functions

IEnumerator Process ()
 Called by MainThreadActionQueue when enqueued to get the enumerator. MoveNext is then called on the enumerator on the main thread.

Detailed Description

Interface for routines enqueued to be processed on the main thread.