MCPcopy Create free account
hub / github.com/SilverTree7622/Phaser3_GUI_Inspector / ChckGUIObj

Function ChckGUIObj

js/PGInspector.js:30–36  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

28
29// detailed functions
30function ChckGUIObj() {
31 // if exist, destory GUI
32 if (window.PhaserGUI) {
33 window.PhaserGUI.destroyGUI();
34 window.PhaserGUI = undefined;
35 }
36}
37function ChckConfigObj(_scene, _userConfigObj) {
38 // init config structure
39 let tmpReturn = {

Callers 1

PhaserGUIActionFunction · 0.85

Calls 1

destroyGUIMethod · 0.45

Tested by

no test coverage detected