Files
enduro2d/support/modules/dbgui.md

180 B

DBGUI

PROPERTIES

  • visible: boolean (read/write)

EXAMPLE

if the_keyboard:is_key_just_pressed("f12") then
    the_dbgui.visible = not the_dbgui.visible
end