KECS / com.juanmedina.kecs.world / World / <init>
<init>¶
World()
Contains all the entities and systems on our ECS.
When we ask to the world to update all the systems get notified with the state of our world.
Since it extend from View allow to flexible query our entities.