dash ~master (2014-11-19T20:54:00Z)
Home
Dub
Repo
GameObject.addChild
dash
core
gameobject
GameObject
Adds object to the children, adds it to the scene graph.
class
GameObject
final
void
addChild
(
GameObject
newChild
)
Parameters
newChild
Type:
GameObject
The object to add.
Meta
Source
See Implementation
dash
core
gameobject
GameObject
constructors
this
functions
addChild
addComponent
changeName
draw
findScene
getComponent
refresh
refreshComponent
removeChild
shutdown
toDescription
toRepresentation
update
properties
light
static functions
create
fromRepresentation
structs
Description
variables
id
scene
stateFlags
transform
Adds object to the children, adds it to the scene graph.