#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 |
| ImVec2 yaze::gui::SelectorPanelOpts::canvas_size = ImVec2(0, 0) |
Definition at line 115 of file canvas.h.
Referenced by yaze::gui::MakeSelectorOpts().
| float yaze::gui::SelectorPanelOpts::grid_step = 16.0f |
Definition at line 116 of file canvas.h.
Referenced by yaze::gui::MakeSelectorOpts().
| bool yaze::gui::SelectorPanelOpts::render_popups = true |
Definition at line 119 of file canvas.h.
Referenced by yaze::gui::MakeSelectorOpts().
| bool yaze::gui::SelectorPanelOpts::ensure_texture = true |
Definition at line 120 of file canvas.h.
Referenced by yaze::gui::MakeSelectorOpts().
| int yaze::gui::SelectorPanelOpts::tile_selector_size = 0 |
Definition at line 121 of file canvas.h.
Referenced by yaze::gui::MakeSelectorOpts().