LayerProcGen v0.1.0
Layer-based infinite procedural generation
Loading...
Searching...
No Matches
QueuedCallback

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
 

Detailed Description

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.

Member Function Documentation

◆ Process()

void Process ( )

Called by MainThreadActionQueue.

Implements IQueuedAction.