MCPcopy Create free account
hub / github.com/PJLab-ADG/OASim / exportSce

Method exportSce

limsim/simModel/fixedScene/model.py:424–425  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

422 self.drawScene()
423
424 def exportSce(self):
425 return self.ls.exportScene()
426
427 def render(self):
428 self.gui.update_inertial_zoom()

Callers 5

FixedSimExample.pyFile · 0.45
runMethod · 0.45
model_move_stepMethod · 0.45

Calls 1

exportSceneMethod · 0.45

Tested by

no test coverage detected