[][src]Module shine_ecs::entities

Modules

ds
es

Structs

Edge

Connection between two entities

Entity

An entity instance.

EntityStore
Join

Iterator like trait that performs the merge.

ReadEntities

Grant immutable access to the entities inside a System

WriteEntities

Grant mutable access to the entities inside a System

Traits

IntoJoin

Trait to create Join

IntoJoinExt