LayerProcGen v0.1.0
Layer-based infinite procedural generation
|
A callback to be enqueued to be called on the main thread. Automatically created when using the methods on MainThreadActionQueue that take a System.Action as parameter. More...
Inherits IQueuedAction.
Public Member Functions | |
void | Process () |
Called by MainThreadActionQueue. | |
QueuedCallback (Action callback) | |
Public Attributes | |
Action | callback |
A callback to be enqueued to be called on the main thread. Automatically created when using the methods on MainThreadActionQueue that take a System.Action as parameter.
void Process | ( | ) |
Called by MainThreadActionQueue.
Implements IQueuedAction.