yaze 0.3.2
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
yaze::editor::OverworldEditor::ScratchSpaceSlot Struct Reference
Collaboration diagram for yaze::editor::OverworldEditor::ScratchSpaceSlot:

Public Attributes

gfx::Bitmap scratch_bitmap
 
std::array< std::array< int, 32 >, 32 > tile_data
 
bool in_use = false
 
std::string name = "Empty"
 
int width = 16
 
int height = 16
 
std::vector< ImVec2 > selected_tiles
 
std::vector< ImVec2 > selected_points
 
bool select_rect_active = false
 

Detailed Description

Definition at line 313 of file overworld_editor.h.

Member Data Documentation

◆ scratch_bitmap

gfx::Bitmap yaze::editor::OverworldEditor::ScratchSpaceSlot::scratch_bitmap

Definition at line 314 of file overworld_editor.h.

◆ tile_data

std::array<std::array<int, 32>, 32> yaze::editor::OverworldEditor::ScratchSpaceSlot::tile_data

Definition at line 315 of file overworld_editor.h.

◆ in_use

bool yaze::editor::OverworldEditor::ScratchSpaceSlot::in_use = false

Definition at line 316 of file overworld_editor.h.

◆ name

std::string yaze::editor::OverworldEditor::ScratchSpaceSlot::name = "Empty"

Definition at line 317 of file overworld_editor.h.

◆ width

int yaze::editor::OverworldEditor::ScratchSpaceSlot::width = 16

Definition at line 318 of file overworld_editor.h.

◆ height

int yaze::editor::OverworldEditor::ScratchSpaceSlot::height = 16

Definition at line 319 of file overworld_editor.h.

◆ selected_tiles

std::vector<ImVec2> yaze::editor::OverworldEditor::ScratchSpaceSlot::selected_tiles

Definition at line 321 of file overworld_editor.h.

◆ selected_points

std::vector<ImVec2> yaze::editor::OverworldEditor::ScratchSpaceSlot::selected_points

Definition at line 322 of file overworld_editor.h.

◆ select_rect_active

bool yaze::editor::OverworldEditor::ScratchSpaceSlot::select_rect_active = false

Definition at line 323 of file overworld_editor.h.


The documentation for this struct was generated from the following file: