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

Method render

PythonAPI/examples/manual_control.py:252–254  ·  view source on GitHub ↗
(self, display)

Source from the content-addressed store, hash-verified

250 self.hud.tick(self, clock)
251
252 def render(self, display):
253 self.camera_manager.render(display)
254 self.hud.render(display)
255
256 def destroy_sensors(self):
257 self.camera_manager.sensor.destroy()

Callers 1

game_loopFunction · 0.95

Calls 1

renderMethod · 0.45

Tested by

no test coverage detected