MCPcopy 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

queryEntitiesFunction · 0.80
matchesEntityFunction · 0.80
Matcher.test.tsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected