Trait amethyst::DataDispose[][src]

pub trait DataDispose {
    fn dispose(&mut self, world: &mut World);
}

Allow disposing game data with access to world.

Required methods

fn dispose(&mut self, world: &mut World)[src]

Perform disposal

Loading content...

Implementations on Foreign Types

impl DataDispose for ()[src]

Loading content...

Implementors

impl DataDispose for GameData<'_, '_>[src]

Loading content...