Can now rename entities pressing f2 or double clicking and selecting an entity should unfold the tree

This commit is contained in:
Antoine Pilote
2024-08-16 17:59:06 -04:00
parent 9c2a6f9019
commit 27488ae5bf
6 changed files with 89 additions and 4 deletions

View File

@@ -16,6 +16,7 @@
#include <Coral/Array.hpp>
#include <Coral/Attribute.hpp>
#include <random>
#include <regex>
void ExceptionCallback(std::string_view InMessage)