Unravel Engine C++ Reference
Loading...
Searching...
No Matches
unravel::editing_manager::gizmos_data Struct Reference

#include <editing_manager.h>

Public Attributes

bool show_selection_outline {true}
 
bool show_selection_wireframe {false}
 
math::vec4 selection_wireframe_color {0.15f, 0.85f, 0.75f, 1.0f}
 
float selection_wireframe_thickness {1.5f}
 
bool show_camera {true}
 
bool show_light {true}
 
bool show_reflection_probe {true}
 
bool show_volume {true}
 
bool show_model {true}
 
bool show_model_bounds {false}
 
bool show_model_submesh_bounds {false}
 
bool show_text {true}
 
bool show_particle_emitter {true}
 
bool show_component_gizmos {true}
 
bool show_particle_emitter_bounds {true}
 
bool show_particle_emitter_shape {true}
 
bool show_particle_emitter_direction {true}
 

Detailed Description

Definition at line 68 of file editing_manager.h.

Member Data Documentation

◆ selection_wireframe_color

math::vec4 unravel::editing_manager::gizmos_data::selection_wireframe_color {0.15f, 0.85f, 0.75f, 1.0f}

Definition at line 72 of file editing_manager.h.

◆ selection_wireframe_thickness

float unravel::editing_manager::gizmos_data::selection_wireframe_thickness {1.5f}

Definition at line 73 of file editing_manager.h.

◆ show_camera

bool unravel::editing_manager::gizmos_data::show_camera {true}

Definition at line 74 of file editing_manager.h.

◆ show_component_gizmos

bool unravel::editing_manager::gizmos_data::show_component_gizmos {true}

Definition at line 83 of file editing_manager.h.

◆ show_light

bool unravel::editing_manager::gizmos_data::show_light {true}

Definition at line 75 of file editing_manager.h.

◆ show_model

bool unravel::editing_manager::gizmos_data::show_model {true}

Definition at line 78 of file editing_manager.h.

◆ show_model_bounds

bool unravel::editing_manager::gizmos_data::show_model_bounds {false}

Definition at line 79 of file editing_manager.h.

◆ show_model_submesh_bounds

bool unravel::editing_manager::gizmos_data::show_model_submesh_bounds {false}

Definition at line 80 of file editing_manager.h.

◆ show_particle_emitter

bool unravel::editing_manager::gizmos_data::show_particle_emitter {true}

Definition at line 82 of file editing_manager.h.

◆ show_particle_emitter_bounds

bool unravel::editing_manager::gizmos_data::show_particle_emitter_bounds {true}

Definition at line 84 of file editing_manager.h.

◆ show_particle_emitter_direction

bool unravel::editing_manager::gizmos_data::show_particle_emitter_direction {true}

Definition at line 86 of file editing_manager.h.

◆ show_particle_emitter_shape

bool unravel::editing_manager::gizmos_data::show_particle_emitter_shape {true}

Definition at line 85 of file editing_manager.h.

◆ show_reflection_probe

bool unravel::editing_manager::gizmos_data::show_reflection_probe {true}

Definition at line 76 of file editing_manager.h.

◆ show_selection_outline

bool unravel::editing_manager::gizmos_data::show_selection_outline {true}

Definition at line 70 of file editing_manager.h.

◆ show_selection_wireframe

bool unravel::editing_manager::gizmos_data::show_selection_wireframe {false}

Definition at line 71 of file editing_manager.h.

◆ show_text

bool unravel::editing_manager::gizmos_data::show_text {true}

Definition at line 81 of file editing_manager.h.

◆ show_volume

bool unravel::editing_manager::gizmos_data::show_volume {true}

Definition at line 77 of file editing_manager.h.


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