Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/esengine/esengine
/ constructor
Method
constructor
packages/core/tests/ECS/Scene.test.ts:86–88 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
84
public lastProcessedEntities: Entity[] = [];
85
86
constructor() {
87
super(Matcher.empty().all(PositionComponent, RenderComponent));
88
}
89
90
protected override process(entities: Entity[]): void {
91
this.processCallCount++;
Callers
nothing calls this directly
Calls
2
all
Method · 0.45
empty
Method · 0.45
Tested by
no test coverage detected