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

Method render

PythonAPI/examples/manual_control_steeringwheel.py:185–187  ·  view source on GitHub ↗
(self, display)

Source from the content-addressed store, hash-verified

183 self.hud.tick(self, clock)
184
185 def render(self, display):
186 self.camera_manager.render(display)
187 self.hud.render(display)
188
189 def destroy(self):
190 actors = [

Callers 1

game_loopFunction · 0.95

Calls 1

renderMethod · 0.45

Tested by

no test coverage detected