MCPcopy Create free account
hub / github.com/esengine/esengine / Scene.test.ts

File Scene.test.ts

packages/core/tests/ECS/Scene.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { Scene } from '../../src/ECS/Scene';
2import { Entity } from '../../src/ECS/Entity';
3import { Component } from '../../src/ECS/Component';
4import { EntitySystem } from '../../src/ECS/Systems/EntitySystem';

Callers

nothing calls this directly

Calls 15

randomMethod · 0.80
nowMethod · 0.80
destroyEntitiesMethod · 0.80
buildMatcherMethod · 0.80
getSystemMethod · 0.80
markSystemsOrderDirtyMethod · 0.80
createEntityMethod · 0.65
removeMethod · 0.65
updateMethod · 0.65
initializeMethod · 0.65
getStatsMethod · 0.65
addEntityMethod · 0.65

Tested by

no test coverage detected