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

#include <canvas_types.h>

Public Attributes

ImVec2 canvas_size = ImVec2(0, 0)
 
ImVec2 dest_pos = ImVec2(0, 0)
 
ImVec2 dest_size = ImVec2(0, 0)
 
float grid_step = 0.0f
 
bool render_popups = false
 
bool ensure_texture = true
 

Detailed Description

Definition at line 111 of file canvas_types.h.

Member Data Documentation

◆ canvas_size

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

Definition at line 112 of file canvas_types.h.

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

◆ dest_pos

ImVec2 yaze::gui::PreviewPanelOpts::dest_pos = ImVec2(0, 0)

Definition at line 113 of file canvas_types.h.

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

◆ dest_size

ImVec2 yaze::gui::PreviewPanelOpts::dest_size = ImVec2(0, 0)

Definition at line 114 of file canvas_types.h.

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

◆ grid_step

float yaze::gui::PreviewPanelOpts::grid_step = 0.0f

Definition at line 115 of file canvas_types.h.

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

◆ render_popups

bool yaze::gui::PreviewPanelOpts::render_popups = false

Definition at line 116 of file canvas_types.h.

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

◆ ensure_texture

bool yaze::gui::PreviewPanelOpts::ensure_texture = true

Definition at line 117 of file canvas_types.h.

Referenced by yaze::gui::MakePreviewOpts(), and yaze::gui::RenderPreviewPanel().


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