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.
- Entity
Progress Tracking Plugin - Adds progress tracking for
T
(as a component). - Progress
- Progress state.
- Resource
Progress Tracking Plugin - Adds progress tracking for
T
(as a resource).
Enums§
- Progress
Systems - Systems involved in progress tracking.