From afcac59c7d04f4337d6b04ebed8cac7e871ccc50 Mon Sep 17 00:00:00 2001 From: rtk0c Date: Fri, 15 Apr 2022 20:30:39 -0700 Subject: Changeset: 7 Work on Material system --- source/EditorCore.hpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source/EditorCore.hpp') diff --git a/source/EditorCore.hpp b/source/EditorCore.hpp index 28ad849..3d91fa6 100644 --- a/source/EditorCore.hpp +++ b/source/EditorCore.hpp @@ -14,6 +14,7 @@ public: enum InspectorTargetType { ITT_GameObject, ITT_Shader, + ITT_Material, ITT_None, }; @@ -39,6 +40,7 @@ private: void ShowWorldProperties(); void ShowInspector(Shader* shader); + void ShowInspector(Material* material); void ShowInspector(GameObject* object); void ShowGameObjecetFields(GameObject* object); -- cgit v1.2.3-70-g09d2