Add locking mechanism to prevent updating transform/parent

This commit is contained in:
Godzil
2020-03-10 13:55:27 +00:00
parent 5da0c10182
commit 441d758845
9 changed files with 95 additions and 7 deletions

View File

@@ -56,6 +56,8 @@ public:
Group(const char *name = nullptr);
void lock();
const char *getName() { return this->name; };
void dumpMe(FILE * fp);