ecs v0.0.1 ECS.Routine behaviour

Routines iterate over entities with certain components and update them.

Summary

Functions

Run routines over entities

Functions

run(entities, list)

Run routines over entities.

Callbacks

accepts?(atom)

Specs

accepts?(Entity) :: Bool
run(atom)

Specs

run(Entity) :: Entity