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

Method initPosXY

js/lib/DatGUI/DatGUIcss.js:27–30  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

25 // return this.gui.style.backgroundColor = this.color;
26 // }
27 initPosXY() {
28 this.gui.style.right = this.posXY.right + "px";
29 this.gui.style.top = this.posXY.top + "px";
30 }
31 callbackCSSstringSkipped() {
32 let tmpList = document.getElementsByClassName('property-name');
33 for (let tmpCompo of tmpList) {

Callers 2

constructorMethod · 0.95
iFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected