Struct amethyst_assets::HotReloadBundle [−][src]
pub struct HotReloadBundle { /* fields omitted */ }This bundle activates hot reload for the Loader,
adds a HotReloadStrategy and the HotReloadSystem.
Methods
impl HotReloadBundle[src]
impl HotReloadBundlepub fn new(strategy: HotReloadStrategy) -> Self[src]
pub fn new(strategy: HotReloadStrategy) -> SelfCreates a new bundle.
Trait Implementations
impl Default for HotReloadBundle[src]
impl Default for HotReloadBundlefn default() -> HotReloadBundle[src]
fn default() -> HotReloadBundleReturns the "default value" for a type. Read more
impl<'a, 'b> SystemBundle<'a, 'b> for HotReloadBundle[src]
impl<'a, 'b> SystemBundle<'a, 'b> for HotReloadBundleAuto Trait Implementations
impl Send for HotReloadBundle
impl Send for HotReloadBundleimpl Sync for HotReloadBundle
impl Sync for HotReloadBundle