|
Unravel Engine C++ 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} |
Definition at line 68 of file editing_manager.h.
| 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.
| float unravel::editing_manager::gizmos_data::selection_wireframe_thickness {1.5f} |
Definition at line 73 of file editing_manager.h.
| bool unravel::editing_manager::gizmos_data::show_camera {true} |
Definition at line 74 of file editing_manager.h.
| bool unravel::editing_manager::gizmos_data::show_component_gizmos {true} |
Definition at line 83 of file editing_manager.h.
| bool unravel::editing_manager::gizmos_data::show_light {true} |
Definition at line 75 of file editing_manager.h.
| bool unravel::editing_manager::gizmos_data::show_model {true} |
Definition at line 78 of file editing_manager.h.
| bool unravel::editing_manager::gizmos_data::show_model_bounds {false} |
Definition at line 79 of file editing_manager.h.
| bool unravel::editing_manager::gizmos_data::show_model_submesh_bounds {false} |
Definition at line 80 of file editing_manager.h.
| bool unravel::editing_manager::gizmos_data::show_particle_emitter {true} |
Definition at line 82 of file editing_manager.h.
| bool unravel::editing_manager::gizmos_data::show_particle_emitter_bounds {true} |
Definition at line 84 of file editing_manager.h.
| bool unravel::editing_manager::gizmos_data::show_particle_emitter_direction {true} |
Definition at line 86 of file editing_manager.h.
| bool unravel::editing_manager::gizmos_data::show_particle_emitter_shape {true} |
Definition at line 85 of file editing_manager.h.
| bool unravel::editing_manager::gizmos_data::show_reflection_probe {true} |
Definition at line 76 of file editing_manager.h.
| bool unravel::editing_manager::gizmos_data::show_selection_outline {true} |
Definition at line 70 of file editing_manager.h.
| bool unravel::editing_manager::gizmos_data::show_selection_wireframe {false} |
Definition at line 71 of file editing_manager.h.
| bool unravel::editing_manager::gizmos_data::show_text {true} |
Definition at line 81 of file editing_manager.h.
| bool unravel::editing_manager::gizmos_data::show_volume {true} |
Definition at line 77 of file editing_manager.h.