MCPcopy 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
42func (s *simpleSystem) Add(b *BasicEntity) {
43 s.entities = append(s.entities, entent{b})
44}
45
46func (s *simpleSystem) AddByInterface(i Identifier) {
47 obj, ok := i.(BasicFace)

Callers 1

AddByInterfaceMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected