Description

Adds a parameterless action to the shared main-thread queue. The calling worker continues without waiting, making this the static hand-off for final Unity API operations.

No special inheritance

The static API can be used from ordinary MonoBehaviour classes and other compatible code.

Non-blocking apply

The worker queues the action and continues immediately.

Parameters

Code Example