[][src]Module amethyst_test::prelude

Commonly used imports.

Structs

AmethystApplication

Builder for an Amethyst application.

EffectReturn

Convenience type for storing and retrieving the result of an effect.

FunctionState

Runs a function in .update() then Pops itself.

PopState

State that returns Trans::Pop on .update().

SequencerState

Pushes each State onto the Amethyst state stack in reverse order (LIFO).