#include "Inspector.h"
#include "../EditorApp.h"
#include "Viewport/Viewport.h"
#include "../../Engine/Scene/Scene.h"
#include "../../Engine/Scene/SceneObject.h"
#include "../../Math/Transform.h"
#include "../../Math/Vec3.h"
#include <imgui.h>
#include <string>
Namespaces | |
namespace | Editor |
namespace | Editor::Components |
Represents the Inspector panel component in the Editor. | |