Module crayon::ecs::world [] [src]

The World struct contains entities and its the component arenas.

Structs

ArenaReadGuard
ArenaWriteGuard
EntityBuilder

Help builder for entities.

World

The World struct are used to manage the whole entity-component system, It keeps tracks of the state of every created Entitys. All memthods are supposed to be valid for any context they are available in.

Traits

Arena
ArenaMut