dash ~master (2014-11-19T20:54:00Z)
Home
Dub
Repo
GameObject.getComponent
dash
core
gameobject
GameObject
Gets a component of the given type.
class
GameObject
final
T
getComponent
(
T
)
(
)
if
(
is
(
T
:
Component
)
)
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
Gets a component of the given type.