Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/esengine/esengine
/ clear
Method
clear
packages/editor-core/src/tokens.ts:132–132 ·
view source on GitHub ↗
清空实体 | Clear all entities
()
Source
from the content-addressed store, hash-verified
130
getEntity(id: number): unknown | undefined;
131
/** 清空实体 | Clear all entities */
132
clear(): void;
133
/** 构建实体树 | Build entity tree */
134
buildEntityTree(): EntityTreeNode[];
135
}
Callers
15
reset
Method · 0.65
endFrame
Method · 0.65
reset
Method · 0.65
onBegin
Method · 0.65
process
Method · 0.65
collectSprites
Method · 0.65
clear
Method · 0.65
clear
Method · 0.65
clear
Method · 0.65
OutputLogPanel
Function · 0.65
StatusBar
Function · 0.65
dispose
Method · 0.65
Calls
no outgoing calls
Tested by
1
test_clear
Function · 0.52