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

Required Methods

Implementors