#include <dungeon_workbench_state.h>
Public Attributes | |
| bool | show_left_sidebar = true |
| bool | show_right_inspector = true |
| float | left_width = 280.0f |
| float | right_width = 320.0f |
| bool | sync_split_view = false |
Definition at line 8 of file dungeon_workbench_state.h.
| bool yaze::editor::DungeonWorkbenchLayoutState::show_left_sidebar = true |
Definition at line 9 of file dungeon_workbench_state.h.
Referenced by yaze::editor::DungeonWorkbenchPanel::Draw(), and yaze::editor::DungeonWorkbenchToolbar::Draw().
| bool yaze::editor::DungeonWorkbenchLayoutState::show_right_inspector = true |
Definition at line 10 of file dungeon_workbench_state.h.
Referenced by yaze::editor::DungeonWorkbenchPanel::Draw(), and yaze::editor::DungeonWorkbenchToolbar::Draw().
| float yaze::editor::DungeonWorkbenchLayoutState::left_width = 280.0f |
Definition at line 13 of file dungeon_workbench_state.h.
Referenced by yaze::editor::DungeonWorkbenchPanel::Draw().
| float yaze::editor::DungeonWorkbenchLayoutState::right_width = 320.0f |
Definition at line 14 of file dungeon_workbench_state.h.
Referenced by yaze::editor::DungeonWorkbenchPanel::Draw().
| bool yaze::editor::DungeonWorkbenchLayoutState::sync_split_view = false |
Definition at line 17 of file dungeon_workbench_state.h.
Referenced by yaze::editor::DungeonWorkbenchToolbar::Draw(), and yaze::editor::DungeonWorkbenchPanel::DrawSplitView().