#include <background_renderer.h>
Public Attributes | |
float | grid_size = 32.0f |
float | line_thickness = 1.0f |
float | opacity = 0.12f |
float | fade_distance = 400.0f |
bool | enable_animation = false |
bool | enable_breathing = false |
bool | radial_fade = true |
bool | enable_dots = false |
float | dot_size = 2.0f |
float | animation_speed = 1.0f |
float | breathing_speed = 1.5f |
float | breathing_intensity = 0.3f |
Definition at line 16 of file background_renderer.h.
float yaze::gui::BackgroundRenderer::GridSettings::grid_size = 32.0f |
Definition at line 17 of file background_renderer.h.
Referenced by yaze::gui::BackgroundRenderer::DrawSettingsUI(), yaze::gui::BackgroundRenderer::RenderDockingBackground(), and yaze::gui::BackgroundRenderer::RenderGridBackground().
float yaze::gui::BackgroundRenderer::GridSettings::line_thickness = 1.0f |
Definition at line 18 of file background_renderer.h.
Referenced by yaze::gui::BackgroundRenderer::DrawSettingsUI(), and yaze::gui::BackgroundRenderer::RenderGridBackground().
float yaze::gui::BackgroundRenderer::GridSettings::opacity = 0.12f |
Definition at line 19 of file background_renderer.h.
Referenced by yaze::gui::BackgroundRenderer::DrawSettingsUI(), yaze::gui::BackgroundRenderer::RenderGridBackground(), and yaze::gui::BackgroundRenderer::UpdateForTheme().
float yaze::gui::BackgroundRenderer::GridSettings::fade_distance = 400.0f |
Definition at line 20 of file background_renderer.h.
Referenced by yaze::gui::BackgroundRenderer::DrawSettingsUI(), and yaze::gui::BackgroundRenderer::RenderGridBackground().
bool yaze::gui::BackgroundRenderer::GridSettings::enable_animation = false |
bool yaze::gui::BackgroundRenderer::GridSettings::enable_breathing = false |
Definition at line 22 of file background_renderer.h.
Referenced by yaze::gui::BackgroundRenderer::DrawSettingsUI(), and yaze::gui::BackgroundRenderer::RenderGridBackground().
bool yaze::gui::BackgroundRenderer::GridSettings::radial_fade = true |
Definition at line 23 of file background_renderer.h.
Referenced by yaze::gui::BackgroundRenderer::DrawSettingsUI(), and yaze::gui::BackgroundRenderer::RenderGridBackground().
bool yaze::gui::BackgroundRenderer::GridSettings::enable_dots = false |
Definition at line 24 of file background_renderer.h.
Referenced by yaze::gui::BackgroundRenderer::DrawSettingsUI(), and yaze::gui::BackgroundRenderer::RenderGridBackground().
float yaze::gui::BackgroundRenderer::GridSettings::dot_size = 2.0f |
Definition at line 25 of file background_renderer.h.
Referenced by yaze::gui::BackgroundRenderer::DrawSettingsUI(), and yaze::gui::BackgroundRenderer::RenderGridBackground().
float yaze::gui::BackgroundRenderer::GridSettings::animation_speed = 1.0f |
Definition at line 26 of file background_renderer.h.
Referenced by yaze::gui::BackgroundRenderer::DrawSettingsUI(), and yaze::gui::BackgroundRenderer::RenderGridBackground().
float yaze::gui::BackgroundRenderer::GridSettings::breathing_speed = 1.5f |
Definition at line 27 of file background_renderer.h.
Referenced by yaze::gui::BackgroundRenderer::DrawSettingsUI(), and yaze::gui::BackgroundRenderer::RenderGridBackground().
float yaze::gui::BackgroundRenderer::GridSettings::breathing_intensity = 0.3f |
Definition at line 28 of file background_renderer.h.
Referenced by yaze::gui::BackgroundRenderer::DrawSettingsUI(), and yaze::gui::BackgroundRenderer::RenderGridBackground().