From 2a5234a512c19582d261a7ccb692fc634dcb74f0 Mon Sep 17 00:00:00 2001 From: hnOsmium0001 Date: Mon, 18 Apr 2022 20:59:57 -0700 Subject: Migrate Material to Ires --- source/Ires.hpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'source/Ires.hpp') diff --git a/source/Ires.hpp b/source/Ires.hpp index f821d87..b6e351c 100644 --- a/source/Ires.hpp +++ b/source/Ires.hpp @@ -21,6 +21,7 @@ class IresObject : public RefCounted { public: enum Kind { KD_Texture, + KD_Material, KD_SpriteFiles, KD_Spritesheet, KD_COUNT, @@ -48,6 +49,9 @@ public: void SetName(std::string name); const Uid& GetUid() const { return mUid; } + void ShowName() const; + void ShowFullName() const; + virtual void ShowReference(EditorInstance& editor); virtual void ShowEditor(EditorInstance& editor); EditorAttachment* GetEditorAttachment() const { return mEditorAttachment.get(); } -- cgit v1.2.3-70-g09d2