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]

Creates a new bundle.

Trait Implementations

impl Default for HotReloadBundle
[src]

Returns the "default value" for a type. Read more

impl<'a, 'b> SystemBundle<'a, 'b> for HotReloadBundle
[src]

Build and add ECS resources, register components, add systems etc to the Application.

Auto Trait Implementations