[−][src]Trait amethyst_assets::Progress
The Progress
trait, allowing to track which assets are
imported already.
Associated Types
Loading content...Required methods
fn add_assets(&mut self, num: usize)
Add num
assets to the progress.
This should be done whenever a new asset is
put in the queue.
fn create_tracker(self) -> Self::Tracker
Creates a Tracker
.