dash ~master (2014-11-19T20:54:00Z)
Home
Dub
Repo
GameObject.changeName
dash
core
gameobject
GameObject
Change the name of the object.
class
GameObject
void
changeName
(
string
newName
)
in { assert (newName && newName.length, "Invalid name given."); }
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
Change the name of the object.