3dSynth

Docs / SynthBlocks

Open in the interactive docs reader

Sequence

An ordered list of operations. Useful for organizing complex programs into named sections.

Block

Interactive preview is available in the interactive reader.

Parameters

children
Statement slot — operations executed in order, top to bottom.

How it works

Sequence is a simple container. Blocks inside execute in order. In most cases you can simply stack blocks without wrapping them in a Sequence — it is mainly useful for organizing larger programs.