Defines the Dockspace component for managing ImGui dock layouts and panels. More...
Go to the source code of this file.
Classes | |
class | Editor::Components::Dockspace |
Manages the dockable layout system for the editor interface. More... | |
Namespaces | |
namespace | Editor |
namespace | Editor::Components |
Represents the Inspector panel component in the Editor. | |
Defines the Dockspace component for managing ImGui dock layouts and panels.
The Dockspace class provides functionality for:
It serves as a central manager for organizing the editor's UI panels into a dockable interface with predefined regions (Left, Right, Bottom, Top, Center).