Trait bevy_scene::SpawnSceneCommands[][src]

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

Required methods

Implementations on Foreign Types

Implementors