Trait bevy_internal::scene::prelude::SpawnSceneCommands[][src]

pub trait SpawnSceneCommands {
    fn spawn_scene(&mut self, scene: Handle<Scene>);
}

Required methods

Implementors