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

Method getTextField

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

创建输入框

(String text, String bg)

Source from the content-addressed store, hash-verified

2086 * 创建输入框
2087 */
2088 public UI<VTextField> getTextField(String text, String bg) {
2089 return getTextFieldWithFont(text, "font", bg);
2090 }
2091
2092 /**
2093 * 创建输入框

Callers

nothing calls this directly

Calls 2

getTextFieldWithFontMethod · 0.95
getUIMethod · 0.95

Tested by

no test coverage detected