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

Method clearAllUI

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

销毁所有界面(但不包括传入的Stage)

(VStage stage)

Source from the content-addressed store, hash-verified

625 * 销毁所有界面(但不包括传入的Stage)
626 */
627 public void clearAllUI(VStage stage) {
628 poolDialog.clear();
629 pool.clear();
630 if (stage != null) {
631 pool.put(stage.getName(), stage);
632 }
633 }
634
635
636 /**

Callers 2

runMethod · 0.95
switchLanguageMethod · 0.95

Calls 2

putMethod · 0.45
getNameMethod · 0.45

Tested by

no test coverage detected