# DebugOverlay **Extends**: `PopupPanel` ## Table of contents ### Variables |Name|Type|Default| |:-|:-|:-| |[moon_light_node_path](#moon_light_node_path)|`NodePath`|-| |[show](#show)|`bool`|`true`| ## Variables ### moon_light_node_path ```gdscript export (NodePath) var moon_light_node_path ``` If a `MoonLight` node is assigned, a **Show moon** checkbox will appear in the debug overlay to enable/disable the moon. |Name|Type|Default| |:-|:-|:-| |`moon_light_node_path`|`NodePath`|-| ### show ```gdscript export (bool) var show = true ``` Enables/disables the debug overlay. |Name|Type|Default| |:-|:-|:-| |`show`|`bool`|`true`| --- Powered by [GDScriptify](https://github.com/hiulit/GDScriptify).