#include <imgui.h>
#include <memory>
#include "../UI/Panel.h"
#include "ViewportFramebuffer.h"
#include "ViewportRenderer.h"
#include "ViewportInput.h"
#include "ViewportScene.h"
Go to the source code of this file.
Classes | |
class | Editor::Components::Viewport |
Main viewport component for 3D scene editing. More... | |
Namespaces | |
namespace | Editor |
namespace | Editor::Components |
Represents the Inspector panel component in the Editor. | |