Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Var3D/var3dframe
/ getTextButton
Method
getTextButton
core/src/core/java/var3d/net/center/VGame.java:2200–2202 ·
view source on GitHub ↗
创建TextButton
(String text, Color up)
Source
from the content-addressed store, hash-verified
2198
* 创建TextButton
2199
*/
2200
public
UI<VTextButton> getTextButton(String text, Color up) {
2201
return
getTextButton(text, getFont(
"font"
), up, up, up);
2202
}
2203
2204
/**
2205
* 创建TextButton
Callers
7
init
Method · 0.80
init
Method · 0.80
init
Method · 0.80
init
Method · 0.80
init
Method · 0.80
init
Method · 0.80
init
Method · 0.80
Calls
7
getFont
Method · 0.95
getRectColorDrawable
Method · 0.95
getDrawable
Method · 0.95
getUI
Method · 0.95
getActor
Method · 0.80
getLabel
Method · 0.80
setColor
Method · 0.45
Tested by
1
init
Method · 0.64