Module flatbox_ecs::system

source ·
Expand description

Provides system which are an abstraction for anything that can be executed against a Context.

Structs§

  • A wrapper for providing a system with a name

Traits§

  • Trait which defines any function or type that can operate on a world or other context.

Type Aliases§