Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
buildNativeDisplayList
Method · 0.45
showPopup
Method · 0.45
showModalWait
Method · 0.45
showTooltipsWin
Method · 0.45
showWindow
Method · 0.45
startDrag
Method · 0.45
createDisplayObject
Method · 0.45
loadFromPackage
Method · 0.45
setErrorState
Method · 0.45
contentPane
Method · 0.45
showModalWait
Method · 0.45
addItem
Method · 0.45
Calls
1
addChildAt
Method · 0.95
Tested by
no test coverage detected