aurorafw v0.0.1-alpha.4 (2019-12-08T19:02:26Z)
Dub
Repo
SystemManager
aurorafw
entity
systemmanager
Undocumented in source.
class
SystemManager {
this
(EntityManager entity);
void
create
(S s);
void
create
();
S
get
();
void
remove
();
void
clear
();
void
update
();
void
update
();
EntityManager
entity
();
}
Constructors
this
this
(EntityManager entity)
Undocumented in source.
Members
Functions
clear
void
clear
()
Clear
create
void
create
(S s)
Create a new system
create
void
create
()
Create a new System
entity
EntityManager
entity
()
Undocumented in source. Be warned that the author may not have intended to support it.
get
S
get
()
Get a system
remove
void
remove
()
Remove
update
void
update
()
Update
update
void
update
()
Update
Meta
Source
See Implementation
aurorafw
entity
systemmanager
classes
SystemHandlingException
SystemManager