unecht ~master (2017-06-11T11:53:32Z)
Dub
Repo
UEScenegraph
unecht
core
scenegraph
final
class
UEScenegraph {
UESceneNode
root
[@property getter];
bool
playing
[@property setter];
bool
playing
[@property getter];
void
step
[@property getter];
this
();
void
update
();
auto
gatherAllComponents
();
UEObject
findObject
(UUID id);
}
Constructors
this
this
()
Members
Functions
findObject
UEObject
findObject
(UUID id)
gatherAllComponents
auto
gatherAllComponents
()
update
void
update
()
Properties
playing
bool
playing
[@property setter]
playing
bool
playing
[@property getter]
root
UESceneNode
root
[@property getter]
step
void
step
[@property getter]
Meta
Source
See Implementation
unecht
core
scenegraph
classes
UEScenegraph