Add locking mechanism to prevent updating transform/parent
This commit is contained in:
@@ -56,6 +56,8 @@ public:
|
||||
|
||||
Group(const char *name = nullptr);
|
||||
|
||||
void lock();
|
||||
|
||||
const char *getName() { return this->name; };
|
||||
|
||||
void dumpMe(FILE * fp);
|
||||
|
||||
Reference in New Issue
Block a user