MCPcopy Create free account
hub / github.com/EngoEngine/ecs / SystemAddRemove

Struct SystemAddRemove

system_test.go:75–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

73}
74
75type SystemAddRemove struct {
76 entities []PriorityEntity
77}
78
79func (s *SystemAddRemove) Add(b BasicEntity, p *PriorityComponent) {
80 s.entities = append(s.entities, PriorityEntity{b, p})

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected