MCPcopy
hub / github.com/EngoEngine/engo / Add

Method Add

demos/scale/scale.go:80–82  ·  view source on GitHub ↗
(basic *ecs.BasicEntity, render *common.RenderComponent)

Source from the content-addressed store, hash-verified

78}
79
80func (s *ScaleSystem) Add(basic *ecs.BasicEntity, render *common.RenderComponent) {
81 s.entities = append(s.entities, scaleEntity{basic, render})
82}
83
84func (s *ScaleSystem) Remove(basic ecs.BasicEntity) {
85 delete := -1

Callers 2

SetupMethod · 0.45
SetupMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected