MCPcopy Create free account
hub / github.com/esengine/esengine / constructor

Method constructor

packages/fairygui/src/core/GObject.ts:93–99  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

91 public _sizePercentInGroup: number = 0;
92
93 constructor() {
94 super();
95 this._id = '' + _gInstanceCounter++;
96 this._relations = new Relations(this);
97 this.createDisplayObject();
98 this._gears = new Array(10).fill(null);
99 }
100
101 // ID and Name | ID 和名称
102

Callers

nothing calls this directly

Calls 2

createDisplayObjectMethod · 0.95
fillMethod · 0.80

Tested by

no test coverage detected