aboutsummaryrefslogtreecommitdiff
path: root/source/EditorCore.hpp
diff options
context:
space:
mode:
authorhnOsmium0001 <[email protected]>2022-04-15 20:30:39 -0700
committerhnOsmium0001 <[email protected]>2022-04-15 20:30:39 -0700
commit509201784d6525fc26345e55a56ab81e4a7616b3 (patch)
treebcd68f247937324d06480b58a284b47e1c6bb2b8 /source/EditorCore.hpp
parent989f90ebe2c37e8a517691a35d7e0d827fbe7006 (diff)
Work on Material system
Diffstat (limited to 'source/EditorCore.hpp')
-rw-r--r--source/EditorCore.hpp2
1 files changed, 2 insertions, 0 deletions
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);