Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/esengine/esengine
/ clearItems
Method
clearItems
packages/fairygui/src/widgets/PopupMenu.ts:245–247 ·
view source on GitHub ↗
* Clear all items * 清除所有菜单项
()
Source
from the content-addressed store, hash-verified
243
* 清除所有菜单项
244
*/
245
public clearItems(): void {
246
this._list.removeChildrenToPool();
247
}
248
249
/**
250
* Get item count
Callers
nothing calls this directly
Calls
1
removeChildrenToPool
Method · 0.80
Tested by
no test coverage detected