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>
7
#include <
wren/scene/components/mesh.hpp
>
8
#include <
wren/scene/components/transform.hpp
>
9
#include <
wren/scene/entity.hpp
>
10
#include <
wren/scene/scene.hpp
>
11
12
#include "
context.hpp
"
13
14
namespace
editor
{
15
16
void
render_inspector_panel
(
17
const
editor::Context& ctx,
18
const
std::shared_ptr<wren::scene::Scene>& scene,
19
const
std::optional<flecs::entity>& selected_entity);
20
21
}
context.hpp
entity.hpp
editor
Definition
camera.hpp:8
editor::render_inspector_panel
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
mesh.hpp
scene.hpp
transform.hpp
editor
src
inspector_panel.hpp
Generated by
1.14.0