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

Required Methods

Implementors