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

Method getButton

core/src/core/java/var3d/net/center/VGame.java:2172–2174  ·  view source on GitHub ↗

创建Button

()

Source from the content-addressed store, hash-verified

2170 * 创建Button
2171 */
2172 public UI<Button> getButton() {
2173 return getUI(new Button(getPointDrawable()));
2174 }
2175
2176 /**
2177 * 创建Button

Callers 7

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

Calls 3

getUIMethod · 0.95
getPointDrawableMethod · 0.95
getDrawableMethod · 0.95

Tested by 1

initMethod · 0.64