// Set the camera clear color mode to Color and specify the clear color camera.clearColor.mode = Editor.Components.CameraClearColor.Mode.Color; camera.clearColor.color = newvec4(0.2, 0.2, 0.2, 1.0); console.log(`clearColor.mode: ${camera.clearColor.mode}`);
The same entity as in Lens Scripting.
See
Editor.Components.Camera.
Example