Module chunked::system[][src]

Composable ECS systems.

Structs

BoxSystem

A registration used for building SystemGroupss.

SystemGroup

A set of systems which are used to modify a world.

SystemID

A token which represents a system in a SystemSet.

SystemRegistrationError

The error returned when the requirements for a system cannot be met.

Traits

System

System wraps a single system in