3#include "../../UIElement.h"
5#include "../SliderRotateZ.h"
6#include "./CustomFunctions/CustomFunctions.h"
7#include "../../../AssetManager/AssetManager.h"
12 std::vector<std::pair<Entity*, glm::vec3>> c_selectedEntities;
24 void update(
float deltaTime)
override;
26 void OnImGuiRender()
override;
28 void availableFunctions();
29 void ShowAllEntities();
Definition CustomFunctions.h:7
Definition GraphRightPanel.h:16
Definition GECSManager.h:14
Definition UIElement.h:21
Definition GraphRightPanel.h:9