MCPcopy
hub / github.com/libgdx/libgdx / render

Method render

tests/gdx-tests/src/com/badlogic/gdx/tests/ImageTest.java:60–65  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

58 }
59
60 @Override
61 public void render () {
62 ScreenUtils.clear(0.2f, 0.2f, 0.2f, 1);
63 ui.act(Math.min(Gdx.graphics.getDeltaTime(), 1 / 30f));
64 ui.draw();
65 }
66
67 @Override
68 public void resize (int width, int height) {

Callers

nothing calls this directly

Calls 5

clearMethod · 0.95
getDeltaTimeMethod · 0.65
drawMethod · 0.65
actMethod · 0.45
minMethod · 0.45

Tested by

no test coverage detected