aboutsummaryrefslogtreecommitdiff
path: root/source/GameObject.hpp
diff options
context:
space:
mode:
authorrtk0c <[email protected]>2022-05-06 19:52:12 -0700
committerrtk0c <[email protected]>2022-05-06 19:52:12 -0700
commitcde94efdd44553f3f6575ce84b44c6799e1a1425 (patch)
tree593b9f280f2e223268f8d5c73f5d1dd1aba50c36 /source/GameObject.hpp
parent4c9f5ee706faa1435b7dc2f3b6d4753e1289c351 (diff)
Changeset: 22 Improved camera and various cleanups
Diffstat (limited to 'source/GameObject.hpp')
-rw-r--r--source/GameObject.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/GameObject.hpp b/source/GameObject.hpp
index d0f94a5..c30b91b 100644
--- a/source/GameObject.hpp
+++ b/source/GameObject.hpp
@@ -58,6 +58,7 @@ public:
void AddChild(GameObject* child);
GameObject* RemoveChild(int index);
GameObject* RemoveChild(GameObject* child);
+ void RemoveSelfFromParent();
PodVector<GameObject*> RemoveAllChildren();
EditorAttachment* GetEditorAttachment() const { return mEditorAttachment.get(); }