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

Struct TestAnimationSystem

common/animation_test.go:217–221  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

215}
216
217type TestAnimationSystem struct {
218 entities []TestAnimationEntity
219 w *ecs.World
220 updates int
221}
222
223func (t *TestAnimationSystem) New(w *ecs.World) {
224 t.w = w

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected