Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
render
Method · 0.45
run
Method · 0.45
draw
Method · 0.45
draw
Method · 0.45
Calls
2
setColor
Method · 0.45
getColor
Method · 0.45
Tested by
no test coverage detected