dash ~master (2014-11-19T20:54:00Z)
Home
Dub
Repo
GameObject.removeChild
dash
core
gameobject
GameObject
Removes the given object as a child from this object.
class
GameObject
final
void
removeChild
(
GameObject
oldChild
)
Parameters
oldChild
Type:
GameObject
The object to remove.
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
Removes the given object as a child from this object.