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

File Entity.test.ts

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 9

nowMethod · 0.80
createEntityMethod · 0.65
addComponentMethod · 0.45
hasComponentMethod · 0.45
getComponentMethod · 0.45
removeComponentMethod · 0.45
addComponentsMethod · 0.45
removeAllComponentsMethod · 0.45
getDebugInfoMethod · 0.45

Tested by

no test coverage detected