aurorafw ~master (2020-10-29T20:10:48Z)
Dub
Repo
World
aurorafw
entity
world
Undocumented in source.
final
class
World {
this
();
EntityManager
entity
();
ComponentManager
component
[@property getter];
SystemManager
system
[@property getter];
void
update
[@property getter];
void
update
();
}
Constructors
this
this
()
Undocumented in source.
Members
Functions
entity
EntityManager
entity
()
Entity
update
void
update
()
Update
Properties
component
ComponentManager
component
[@property getter]
Component
system
SystemManager
system
[@property getter]
System
update
void
update
[@property getter]
Update
Meta
Source
See Implementation
aurorafw
entity
world
classes
World