Language Language English 简体中文 unilab.tools.export_scene¶ Export a materialized MuJoCo scene to XML + mesh assets. Functions export_scene(model_file, output_dir, *[, as_zip]) main([argv]) unilab.tools.export_scene.export_scene(model_file, output_dir, *, as_zip=False)[source]¶ Parameters: model_file (str) output_dir (str) as_zip (bool) Return type: str unilab.tools.export_scene.main(argv=None)[source]¶ Parameters: argv (list[str] | None) Return type: int