[][src]Trait bevy_scene::SpawnSceneCommands

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

Required methods

fn spawn_scene(&mut self, scene: Handle<Scene>) -> &mut Self

Loading content...

Implementations on Foreign Types

impl SpawnSceneCommands for Commands[src]

Loading content...

Implementors

Loading content...