MCPcopy Index your code
hub / github.com/EngoEngine/engo / Add

Method Add

common/animation_test.go:227–229  ·  view source on GitHub ↗
(b *ecs.BasicEntity, a *AnimationComponent, r *RenderComponent)

Source from the content-addressed store, hash-verified

225}
226
227func (t *TestAnimationSystem) Add(b *ecs.BasicEntity, a *AnimationComponent, r *RenderComponent) {
228 t.entities = append(t.entities, TestAnimationEntity{b, a, r})
229}
230
231func (t *TestAnimationSystem) Remove(b ecs.BasicEntity) {}
232

Callers 1

SetupMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected