aurorafw ~master (2020-10-29T20:10:48Z)
Dub
Repo
World.update
aurorafw
entity
world
World
Update
Updates a single system passed by the user
void
update
[@property getter]
void
update
()
class
World
void
update
(
S
:
System
)
(
)
Examples
world
.
update
!
fooSystem
;
Meta
Source
See Implementation
aurorafw
entity
world
World
constructors
this
functions
entity
properties
component
system
update
Update
Updates a single system passed by the user