Unravel Engine C++ Reference
|
#include "editor_actions.h"
#include "uuid/uuid.h"
#include <base/basetypes.hpp>
#include <context/context.hpp>
#include <engine/ecs/components/transform_component.h>
#include <engine/rendering/ecs/components/camera_component.h>
#include <math/math.h>
#include <editor/imgui/integration/imgui.h>
#include <editor/hub/panels/inspector_panel/inspectors/inspectors.h>
#include "actions/undo_redo_stack.h"
#include "actions/actions.h"
Go to the source code of this file.
Classes | |
struct | unravel::editing_manager |
struct | unravel::editing_manager::selection |
struct | unravel::editing_manager::focused |
struct | unravel::editing_manager::snap |
struct | unravel::editing_manager::grid |
struct | unravel::editing_manager::billboard_gizmos |
struct | unravel::editing_manager::inverse_kinematics |
Namespaces | |
namespace | unravel |