11 #include "Component.hpp"
12 #include "Vectors.hpp"
30 Transform(std::shared_ptr<GameObject> go);
129 std::shared_ptr<GameObject>
getParent()
const;
135 std::vector<std::shared_ptr<GameObject>>
getChildren();
179 void __addChild(std::size_t
id);
180 void __removeChild(std::size_t
id);
203 std::size_t _parentId = 0;
204 std::vector<std::size_t> _children;
205 bool _awkaeTr =
false;
Definition: Component.hpp:38
main namespace
Definition: Component.hpp:17
Definition: Entity.hpp:15