Description

Adds a parameterless action to ThreadHarmonizer’s main-thread queue. The calling worker continues without waiting, so use this for final Unity API writes after worker calculations are complete.

Non-blocking hand-off

The worker continues immediately after the action has been queued.

Unity-side apply

Place Transform, GameObject, component, and other Unity API writes inside the queued action.

Parameters

Code Example