Module amethyst_core::bundle

source ·
Expand description

Provides a trait for adding bundles of systems to a dispatcher.

Structs

The Error type.

Enums

The kind of an error.

Traits

Additional methods for Result, for easy interaction with this crate.
A bundle of ECS components, resources and systems.

Type Definitions

Convenient wrapper around std::Result.