PropertyGrid Selection Explorer Implemented

This commit is contained in:
MusicalProgrammer
2018-10-23 21:43:29 -04:00
parent ccf3ade099
commit b608a3ab9e
5 changed files with 25 additions and 9 deletions

View File

@@ -19,3 +19,5 @@ public:
static int surfaceId;
static const std::string PlaceholderName;
};
extern std::vector<Instance*> selectedInstances;