
Public Attributes | |
| gfx::Bitmap | scratch_bitmap |
| std::array< std::array< int, 32 >, 32 > | tile_data {} |
| bool | in_use = false |
| std::string | name = "Scratch Space" |
| int | width = 16 |
| int | height = 16 |
| std::vector< ImVec2 > | selected_tiles |
| std::vector< ImVec2 > | selected_points |
| bool | select_rect_active = false |
Definition at line 523 of file overworld_editor.h.
| gfx::Bitmap yaze::editor::OverworldEditor::ScratchSpace::scratch_bitmap |
| std::array<std::array<int, 32>, 32> yaze::editor::OverworldEditor::ScratchSpace::tile_data {} |
| bool yaze::editor::OverworldEditor::ScratchSpace::in_use = false |
Definition at line 526 of file overworld_editor.h.
Referenced by yaze::editor::OverworldEditor::ClearScratchSpace(), yaze::editor::OverworldEditor::DrawOverworldCanvas(), yaze::editor::OverworldEditor::DrawScratchSpaceEdits(), yaze::editor::OverworldEditor::DrawScratchSpacePattern(), yaze::editor::OverworldEditor::LoadScratchToSelection(), yaze::editor::OverworldEditor::SaveCurrentSelectionToScratch(), and yaze::editor::OverworldEditor::UpdateScratchBitmapTile().
| std::string yaze::editor::OverworldEditor::ScratchSpace::name = "Scratch Space" |
Definition at line 527 of file overworld_editor.h.
Referenced by yaze::editor::OverworldEditor::ClearScratchSpace(), yaze::editor::OverworldEditor::DrawScratchSpace(), yaze::editor::OverworldEditor::DrawScratchSpaceEdits(), yaze::editor::OverworldEditor::DrawScratchSpacePattern(), yaze::editor::OverworldEditor::LoadScratchToSelection(), and yaze::editor::OverworldEditor::SaveCurrentSelectionToScratch().
| int yaze::editor::OverworldEditor::ScratchSpace::width = 16 |
| int yaze::editor::OverworldEditor::ScratchSpace::height = 16 |
| std::vector<ImVec2> yaze::editor::OverworldEditor::ScratchSpace::selected_tiles |
Definition at line 530 of file overworld_editor.h.
| std::vector<ImVec2> yaze::editor::OverworldEditor::ScratchSpace::selected_points |
Definition at line 531 of file overworld_editor.h.
| bool yaze::editor::OverworldEditor::ScratchSpace::select_rect_active = false |
Definition at line 532 of file overworld_editor.h.