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

Method getUI

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

创建UI

(final T actor)

Source from the content-addressed store, hash-verified

1741 * 创建UI
1742 */
1743 public <T extends Actor> UI<T> getUI(final T actor) {
1744 self = actor;
1745 UI<T> ui = new UI<T>(this);
1746 ui.setActor(actor);
1747 return ui;
1748 }
1749
1750 /**
1751 * 创建UI

Callers 15

getImageMethod · 0.95
getLabelMethod · 0.95
getSLabelMethod · 0.95
getTextFieldWithFontMethod · 0.95
getTextFieldMethod · 0.95
getImageTextMethod · 0.95
getGroupMethod · 0.95
getButtonMethod · 0.95
getTextButtonMethod · 0.95
getCheckBoxMethod · 0.95
getSelectBoxMethod · 0.95
getScrollPaneMethod · 0.95

Calls 1

setActorMethod · 0.95

Tested by

no test coverage detected