MCPcopy 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

removeChildMethod · 0.45
addChildMethod · 0.45
setSizeMethod · 0.45
addMethod · 0.45
getChildMethod · 0.45

Tested by

no test coverage detected