Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
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
3
getUI
Method · 0.95
getPointDrawable
Method · 0.95
getDrawable
Method · 0.95
Tested by
1
init
Method · 0.64