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

Required methods

Implementors