#include <canvas.h>
Public Attributes | |
| ImVec2 | dest_pos = ImVec2(0, 0) |
| ImVec2 | dest_size = ImVec2(0, 0) |
| ImVec2 | src_pos = ImVec2(0, 0) |
| ImVec2 | src_size = ImVec2(0, 0) |
| float | scale = 1.0f |
| int | alpha = 255 |
| bool | ensure_texture = true |
| ImVec2 yaze::gui::BitmapDrawOpts::dest_pos = ImVec2(0, 0) |
Definition at line 105 of file canvas.h.
Referenced by yaze::gui::DrawBitmap(), and yaze::editor::LinkSpritePanel::DrawPreviewCanvas().
| ImVec2 yaze::gui::BitmapDrawOpts::dest_size = ImVec2(0, 0) |
Definition at line 106 of file canvas.h.
Referenced by yaze::gui::DrawBitmap(), and yaze::editor::LinkSpritePanel::DrawPreviewCanvas().
| ImVec2 yaze::gui::BitmapDrawOpts::src_pos = ImVec2(0, 0) |
Definition at line 107 of file canvas.h.
Referenced by yaze::gui::DrawBitmap().
| ImVec2 yaze::gui::BitmapDrawOpts::src_size = ImVec2(0, 0) |
Definition at line 108 of file canvas.h.
Referenced by yaze::gui::DrawBitmap().
| float yaze::gui::BitmapDrawOpts::scale = 1.0f |
Definition at line 109 of file canvas.h.
Referenced by yaze::gui::DrawBitmap().
| int yaze::gui::BitmapDrawOpts::alpha = 255 |
Definition at line 110 of file canvas.h.
Referenced by yaze::gui::DrawBitmap().
| bool yaze::gui::BitmapDrawOpts::ensure_texture = true |
Definition at line 111 of file canvas.h.
Referenced by yaze::gui::DrawBitmap(), and yaze::editor::LinkSpritePanel::DrawPreviewCanvas().