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

Method act

core/src/core/java/var3d/net/center/SLabel.java:70–76  ·  view source on GitHub ↗
(float delat)

Source from the content-addressed store, hash-verified

68 }
69
70 public void act(float delat) {
71 super.act(delat);
72 if (getActions().size > 0) {
73 label.setColor(getColor());
74
75 }
76 }
77}

Callers 4

renderMethod · 0.45
runMethod · 0.45
drawMethod · 0.45
drawMethod · 0.45

Calls 2

setColorMethod · 0.45
getColorMethod · 0.45

Tested by

no test coverage detected