1#ifndef YAZE_APP_EDITOR_OVERWORLD_PANELS_MAP_PROPERTIES_PANEL_H
2#define YAZE_APP_EDITOR_OVERWORLD_PANELS_MAP_PROPERTIES_PANEL_H
24 std::string
GetId()
const override {
return "overworld.properties"; }
32 void Draw(
bool* p_open)
override;
Base interface for all logical panel components.
Displays and edits properties for the current overworld map.
std::string GetEditorCategory() const override
Editor category this panel belongs to.
std::string GetId() const override
Unique identifier for this panel.
void Draw(bool *p_open) override
Draw the panel content.
float GetPreferredWidth() const override
Get preferred width for this panel (optional)
std::string GetIcon() const override
Material Design icon for this panel.
MapPropertiesPanel()=default
std::string GetDisplayName() const override
Human-readable name shown in menus and title bars.
Editors are the view controllers for the application.