Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/esengine/esengine
/ onAddedToEntity
Method
onAddedToEntity
packages/core/tests/ECS/Component.test.ts:13–15 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
11
public onRemovedCalled = false;
12
13
public override onAddedToEntity(): void {
14
this.onAddedCalled = true;
15
}
16
17
public override onRemovedFromEntity(): void {
18
this.onRemovedCalled = true;
Callers
2
addComponent
Method · 0.45
Component.test.ts
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected