Skip to content

Panel

Panel(props): Element | null

Defined in: packages/engine/src/components/Panel.tsx:84

A pane in one of the screen’s nine slots, or one that follows its entity in the world. A slot Panel stacks with the other Panels in its slot, so two never overlap: it names a slot and an order, never a position. Glass by default, as Unity’s Panel and Godot’s PanelContainer draw a background; bare for a row of controls, as Godot’s VBoxContainer draws nothing.

Parameter Type
props PanelProps

Element | null