Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EngoEngine/ecs
/ Add
Method
Add
world_test.go:42–44 ·
view source on GitHub ↗
(b *BasicEntity)
Source
from the content-addressed store, hash-verified
40
}
41
42
func
(s *simpleSystem) Add(b *BasicEntity) {
43
s.entities = append(s.entities, entent{b})
44
}
45
46
func
(s *simpleSystem) AddByInterface(i Identifier) {
47
obj, ok := i.(BasicFace)
Callers
1
AddByInterface
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected