build

fun build(block: BuildRoot.() -> Unit): BuildRoot

The entry point for building a Scratch project.

Return

The root object of the build process.

Parameters

block

The main builder lambda where you define the stage, sprites, and scripts.