TazGraph Project v0.1.0
Loading...
Searching...
No Matches
HoverEntityPanel.h
1#pragma once
2
3
4#include "../../../../UIElement.h"
5#include "../../../MenuSceneControllers/NewMapUI/NewMapUI.h"
6#include "../../../MenuSceneControllers/SavingUI/SavingUI.h"
7#include "../../../MenuSceneControllers/LoadingUI/LoadingUI.h"
8
10 IScene* scene;
11 Entity* hoveredEntity;
12};
13
15{
16private:
17 HoverEntityConfig config;
18
19public:
20 void setConfig(const HoverEntityConfig& cfg) { config = cfg; }
21 void OnImGuiRender() override;
22};
Definition GECS.h:224
Definition HoverEntityPanel.h:15
Definition IScene.h:25
Definition UIElement.h:16
Definition HoverEntityPanel.h:9