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

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
 

Detailed Description

Definition at line 523 of file overworld_editor.h.

Member Data Documentation

◆ scratch_bitmap

◆ tile_data

◆ in_use

◆ name

◆ width

◆ height

◆ selected_tiles

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

Definition at line 530 of file overworld_editor.h.

◆ selected_points

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

Definition at line 531 of file overworld_editor.h.

◆ select_rect_active

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

Definition at line 532 of file overworld_editor.h.


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