MCPcopy 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

initMethod · 0.80
initMethod · 0.80
initMethod · 0.80
initMethod · 0.80
initMethod · 0.80
initMethod · 0.80
initMethod · 0.80

Calls 7

getFontMethod · 0.95
getRectColorDrawableMethod · 0.95
getDrawableMethod · 0.95
getUIMethod · 0.95
getActorMethod · 0.80
getLabelMethod · 0.80
setColorMethod · 0.45

Tested by 1

initMethod · 0.64