#include <canvas_types.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 |
Definition at line 100 of file canvas_types.h.
| ImVec2 yaze::gui::SelectorPanelOpts::canvas_size = ImVec2(0, 0) |
Definition at line 101 of file canvas_types.h.
Referenced by yaze::gui::MakeSelectorOpts().
| float yaze::gui::SelectorPanelOpts::grid_step = 16.0f |
Definition at line 102 of file canvas_types.h.
Referenced by yaze::gui::MakeSelectorOpts().
| bool yaze::gui::SelectorPanelOpts::show_grid = true |
Definition at line 103 of file canvas_types.h.
| bool yaze::gui::SelectorPanelOpts::show_overlay = true |
Definition at line 104 of file canvas_types.h.
| bool yaze::gui::SelectorPanelOpts::render_popups = true |
Definition at line 105 of file canvas_types.h.
Referenced by yaze::gui::MakeSelectorOpts().
| bool yaze::gui::SelectorPanelOpts::ensure_texture = true |
Definition at line 106 of file canvas_types.h.
Referenced by yaze::gui::MakeSelectorOpts().
| int yaze::gui::SelectorPanelOpts::tile_selector_size = 0 |
Definition at line 107 of file canvas_types.h.
Referenced by yaze::gui::MakeSelectorOpts().
| int yaze::gui::SelectorPanelOpts::tile_selector_size_y = 0 |
Definition at line 108 of file canvas_types.h.