Scene.addChild

Adds object to the children, adds it to the scene graph.

class Scene
final
void
addChild
(
GameObject newChild
)

Parameters

newChild
Type: GameObject

The object to add.

Meta