MCPcopy Create free account
hub / github.com/ObEngine/ObEngine / addChild

Method addChild

src/Core/Scene/SceneNode.cpp:8–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6namespace obe::Scene
7{
8 void SceneNode::addChild(Movable& child)
9 {
10 m_children.push_back(&child);
11 }
12
13 void SceneNode::removeChild(Movable& child)
14 {

Callers 2

loadGameObjectMethod · 0.45
Scene.cppFile · 0.45

Calls 1

push_backMethod · 0.45

Tested by

no test coverage detected