For the complete documentation index, see llms.txt. This page is also available as Markdown.

🔹Add Background to the Scene

addBackgroundColortoScene:

color

color hex

required

String (hex code)

// Some codeIDE.addBackgroundColortoScene({ color: "#000000" })

Last updated