2#include "../UI/Panel.h"
22 void DrawObjectProperties(std::shared_ptr<SceneObject>
object);
25 void DrawTransformProperties(std::shared_ptr<SceneObject>
object);
28 void DrawMaterialProperties(std::shared_ptr<SceneObject>
object);
31 void DrawObjectVisibility(std::shared_ptr<SceneObject>
object);
Definition Inspector.h:16
void Draw() override
Pure virtual function to render the panel.
Definition Inspector.cpp:13
Base class for all UI panels in the editor.
Definition Panel.h:19
Base class for objects in the 3D scene.
Definition SceneObject.h:19
Represents the Inspector panel component in the Editor.
Definition Console.cpp:7