wren
Vulkan-based game engine
Loading...
Searching...
No Matches
inspector_panel.hpp
Go to the documentation of this file.
1#pragma once
2
3#include <imgui.h>
4
5#include <memory>
6#include <optional>
10#include <wren/scene/scene.hpp>
11
12#include "context.hpp"
13
14namespace editor {
15
17 const editor::Context& ctx,
18 const std::shared_ptr<wren::scene::Scene>& scene,
19 const std::optional<flecs::entity>& selected_entity);
20
21}
Definition camera.hpp:8
void render_inspector_panel(const editor::Context &ctx, const std::shared_ptr< wren::scene::Scene > &scene, const std::optional< flecs::entity > &selected_entity)
Definition inspector_panel.cpp:15