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

Method addChild

packages/fairygui/src/core/GComponent.ts:71–73  ·  view source on GitHub ↗

* Add a child * 添加子对象

(child: GObject)

Source from the content-addressed store, hash-verified

69 * 添加子对象
70 */
71 public addChild(child: GObject): GObject {
72 return this.addChildAt(child, this._children.length);
73 }
74
75 /**
76 * Add child at specific index

Callers 15

showPopupMethod · 0.45
showModalWaitMethod · 0.45
showTooltipsWinMethod · 0.45
showWindowMethod · 0.45
startDragMethod · 0.45
createDisplayObjectMethod · 0.45
loadFromPackageMethod · 0.45
setErrorStateMethod · 0.45
contentPaneMethod · 0.45
showModalWaitMethod · 0.45
addItemMethod · 0.45

Calls 1

addChildAtMethod · 0.95

Tested by

no test coverage detected