Struct amethyst_assets::HotReloadSystem[][src]

pub struct HotReloadSystem { /* fields omitted */ }

System for updating HotReloadStrategy.

Methods

impl HotReloadSystem
[src]

Create a new reload system

Trait Implementations

impl<'a> System<'a> for HotReloadSystem
[src]

The resource bundle required to execute this system. Read more

Executes the system with the required system data. Read more

Sets up the Resources using Self::SystemData::setup.

Returns a hint how long the system needs for running. This is used to optimize the way they're executed (might allow more parallelization). Read more

Return the accessor from the [SystemData].

Auto Trait Implementations