pub trait SpawnSceneExt {
    // Required method
    fn spawn_scene(&mut self, scene: Scene, asset_manager: &mut AssetManager);
}

Required Methods§

source

fn spawn_scene(&mut self, scene: Scene, asset_manager: &mut AssetManager)

Implementors§