Crate bevy_mod_progress

Source
Expand description

§bevy_mod_progress

Progress tracking in a convenient way that uses the type system.

Structs§

Done
An observer event raised when a progress tracker completes.
EntityProgressTrackingPlugin
Adds progress tracking for T (as a component).
Progress
Progress state.
ResourceProgressTrackingPlugin
Adds progress tracking for T (as a resource).

Enums§

ProgressSystems
Systems involved in progress tracking.