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 <memory>
4
#include <optional>
5
#include <
wren/scene/scene.hpp
>
6
7
#include "
context.hpp
"
8
9
void
render_inspector_panel
(
10
const
editor::Context
& ctx,
11
const
std::shared_ptr<wren::scene::Scene>& scene,
12
const
std::optional<flecs::entity>& selected_entity);
context.hpp
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:19
scene.hpp
editor::Context
Definition
context.hpp:6
editor
src
inspector_panel.hpp
Generated by
1.10.0