[−][src]Trait amethyst_assets::Reload
The Reload
trait provides a method which checks if an asset needs to be reloaded.
Required methods
fn needs_reload(&self) -> bool
Checks if a reload is necessary.
fn name(&self) -> String
Returns the asset name.
fn format(&self) -> &'static str
Returns the format name.
fn reload(self: Box<Self>) -> Result<FormatValue<D>, Error>
Reloads the asset.