Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/esengine/esengine
/ contentPane
Method
contentPane
packages/fairygui/src/widgets/Window.ts:110–112 ·
view source on GitHub ↗
* Get content pane * 获取内容面板
()
Source
from the content-addressed store, hash-verified
108
* 获取内容面板
109
*/
110
public get contentPane(): GComponent | null {
111
return
this._contentPane;
112
}
113
114
/**
115
* Set content pane
Callers
nothing calls this directly
Calls
5
removeChild
Method · 0.45
addChild
Method · 0.45
setSize
Method · 0.45
add
Method · 0.45
getChild
Method · 0.45
Tested by
no test coverage detected