Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/esengine/esengine
/ Hierarchy.test.ts
File
Hierarchy.test.ts
packages/core/tests/ECS/Hierarchy.test.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ Scene, Entity, HierarchyComponent, HierarchySystem } from
'../../src'
;
2
3
describe(
'HierarchySystem'
, () => {
4
let
scene: Scene;
Callers
nothing calls this directly
Calls
15
setParent
Method · 0.80
getChildCount
Method · 0.80
insertChildAt
Method · 0.80
isActiveInHierarchy
Method · 0.80
flattenHierarchy
Method · 0.80
initialize
Method · 0.65
addSystem
Method · 0.65
createEntity
Method · 0.65
push
Method · 0.65
getRootEntities
Method · 0.65
update
Method · 0.65
dispose
Method · 0.65
Tested by
no test coverage detected