MCPcopy Create free account
hub / github.com/AdaCompNUS/summit / render

Method render

PythonAPI/examples/manual_control_rss.py:217–219  ·  view source on GitHub ↗
(self, display)

Source from the content-addressed store, hash-verified

215 self.hud.tick(self, clock)
216
217 def render(self, display):
218 self.camera_manager.render(display)
219 self.hud.render(display)
220
221 def destroy_sensors(self):
222 self.camera_manager.sensor.destroy()

Callers 1

game_loopFunction · 0.95

Calls 1

renderMethod · 0.45

Tested by

no test coverage detected