It looks like you're new here. If you want to get involved, click one of these buttons!
Is there a way to hide the menu shown at runtime that shows run, stop, restart, camera, rscord
If you mean hide the sidebar, try displayMode(FULLSCREEN), if you want to remove the sidebar and the buttons, try displayMode(FULLSCREEN_NO_BUTTONS)
displayMode(FULLSCREEN)
displayMode(FULLSCREEN_NO_BUTTONS)
Comments
If you mean hide the sidebar, try
displayMode(FULLSCREEN)
, if you want to remove the sidebar and the buttons, trydisplayMode(FULLSCREEN_NO_BUTTONS)