[]Trait bevy::scene::SpawnSceneCommands

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

Required methods

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

Loading content...

Implementors

impl SpawnSceneCommands for Commands

Loading content...