[][src]Trait amethyst::DataDispose

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)

Perform disposal

Loading content...

Implementations on Foreign Types

impl DataDispose for ()[src]

Loading content...

Implementors

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

Loading content...