Unravel Engine C++ Reference
|
#include "inspector_panel.h"
#include "../panels_defs.h"
#include "inspectors/inspectors.h"
#include <editor/editing/editing_manager.h>
#include <editor/imgui/integration/imgui.h>
#include <engine/ecs/components/prefab_component.h>
#include <engine/ecs/components/transform_component.h>
#include <engine/ecs/components/tag_component.h>
#include <engine/ecs/components/id_component.h>
#include <engine/meta/ecs/entity.hpp>
#include <uuid/uuid.h>
#include <engine/assets/asset_manager.h>
#include <algorithm>
#include <functional>
Go to the source code of this file.
Namespaces | |
namespace | unravel |