yaze 0.3.2
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
yaze::gui::SelectorPanelOpts Struct Reference

#include <canvas.h>

Public Attributes

ImVec2 canvas_size = ImVec2(0, 0)
 
float grid_step = 16.0f
 
bool show_grid = true
 
bool show_overlay = true
 
bool render_popups = true
 
bool ensure_texture = true
 
int tile_selector_size = 0
 
int tile_selector_size_y = 0
 

Detailed Description

Definition at line 114 of file canvas.h.

Member Data Documentation

◆ canvas_size

ImVec2 yaze::gui::SelectorPanelOpts::canvas_size = ImVec2(0, 0)

Definition at line 115 of file canvas.h.

Referenced by yaze::gui::MakeSelectorOpts().

◆ grid_step

float yaze::gui::SelectorPanelOpts::grid_step = 16.0f

Definition at line 116 of file canvas.h.

Referenced by yaze::gui::MakeSelectorOpts().

◆ show_grid

bool yaze::gui::SelectorPanelOpts::show_grid = true

Definition at line 117 of file canvas.h.

◆ show_overlay

bool yaze::gui::SelectorPanelOpts::show_overlay = true

Definition at line 118 of file canvas.h.

◆ render_popups

bool yaze::gui::SelectorPanelOpts::render_popups = true

Definition at line 119 of file canvas.h.

Referenced by yaze::gui::MakeSelectorOpts().

◆ ensure_texture

bool yaze::gui::SelectorPanelOpts::ensure_texture = true

Definition at line 120 of file canvas.h.

Referenced by yaze::gui::MakeSelectorOpts().

◆ tile_selector_size

int yaze::gui::SelectorPanelOpts::tile_selector_size = 0

Definition at line 121 of file canvas.h.

Referenced by yaze::gui::MakeSelectorOpts().

◆ tile_selector_size_y

int yaze::gui::SelectorPanelOpts::tile_selector_size_y = 0

Definition at line 122 of file canvas.h.


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