Trait DataDispose
amethyst
pub trait DataDispose { fn dispose(&mut self, world: &mut World); }
Allow disposing game data with access to world.
fn dispose(&mut self, world: &mut World)
Perform disposal
impl DataDispose for ()
fn dispose(&mut self, _world: &mut World)
impl<'_, '_> DataDispose for GameData<'_, '_>