MCPcopy Create free account
hub / github.com/Var3D/var3dframe / draw

Method draw

core/src/core/java/var3d/net/center/VDialog.java:288–292  ·  view source on GitHub ↗
(Batch batch, float parentAlpha)

Source from the content-addressed store, hash-verified

286 }
287
288 public void draw(Batch batch, float parentAlpha) {
289 bg0.act(Gdx.graphics.getDeltaTime());
290 bg0.draw(batch, 1);
291 super.draw(batch, parentAlpha);
292 }
293
294 public void playShowActions() {
295 switch (showActionType) {

Callers

nothing calls this directly

Calls 1

actMethod · 0.45

Tested by

no test coverage detected