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

Method render

PythonAPI/examples/automatic_control.py:146–148  ·  view source on GitHub ↗
(self, display)

Source from the content-addressed store, hash-verified

144 self.hud.tick(self, clock)
145
146 def render(self, display):
147 self.camera_manager.render(display)
148 self.hud.render(display)
149
150 def destroy_sensors(self):
151 self.camera_manager.sensor.destroy()

Callers 1

game_loopFunction · 0.95

Calls 1

renderMethod · 0.45

Tested by

no test coverage detected