writeTo

fun BuildRoot.writeTo(path: Path)

Writes the project to a .sb3 file, including all assets.

Parameters

path

The destination path for the .sb3 file.


fun ProjectJson.writeTo(path: Path)

Writes the project to a .sb3 file, including the project JSON and all assets.

Parameters

path

The destination path for the .sb3 file.