Engine
Frameworkcreatedbymeusableforthecreationofsimplegames.CurrentlysupportsOpenGL(Verysimple)andVulkan.
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
Engine
Utility
EngineImGui.hpp
Go to the documentation of this file.
1
#pragma once
2
#include <ThirdParty/EASTL-master/include/EASTL/shared_ptr.h>
3
4
namespace
Engine
5
{
6
class
EngineImGui
7
{
8
private
:
9
friend
class
Engine
;
10
friend
class
eastl::shared_ptr<
EngineImGui
>;
11
12
EngineImGui
();
13
public
:
14
~EngineImGui
();
15
private
:
16
17
void
Render
();
18
19
bool
allowCameraMovement =
false
;
23
void
DevMenu();
27
void
CameraMovement()
const
;
28
};
29
}
//namespace Engine
Engine
Definition:
Skeleton.cpp:15
Engine::EngineImGui
Definition:
EngineImGui.hpp:6
Engine::EngineImGui::~EngineImGui
~EngineImGui()
Definition:
EngineImGui.cpp:38
ImGui::Render
IMGUI_API void Render()
Definition:
imgui.cpp:2769
Generated by
1.8.11