Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/esengine/esengine
/ isNothing
Method
isNothing
packages/core/src/ECS/Utils/Matcher.ts:265–267 ·
view source on GitHub ↗
* 检查是否为"不匹配任何实体"的匹配器
()
Source
from the content-addressed store, hash-verified
263
* 检查是否为
"不匹配任何实体"
的匹配器
264
*/
265
public isNothing(): boolean {
266
return
this.condition.matchNothing === true;
267
}
268
269
/**
270
* 重置所有条件
Callers
4
indexSystemByComponents
Method · 0.80
queryEntities
Function · 0.80
matchesEntity
Function · 0.80
Matcher.test.ts
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected