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

Method getScrollPane

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

创建ScrollPane

(Actor actor, Color bg)

Source from the content-addressed store, hash-verified

2281 * 创建ScrollPane
2282 */
2283 public UI<ScrollPane> getScrollPane(Actor actor, Color bg) {
2284 ScrollPaneStyle style = new ScrollPaneStyle();
2285 style.background = getRectColorDrawable(2, 2, bg);
2286 return getScrollPane(actor, style);
2287 }
2288
2289 /**
2290 * 创建ScrollPane

Callers

nothing calls this directly

Calls 3

getRectColorDrawableMethod · 0.95
getDrawableMethod · 0.95
getUIMethod · 0.95

Tested by

no test coverage detected