MCPcopy Create free account
hub / github.com/EngoEngine/engo / testAudioScene

Struct testAudioScene

common/audio_test.go:21–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19}
20
21type testAudioScene struct {
22 w *ecs.World
23 audioSystem *AudioSystem
24 ogg, mp3, wav testAudio
25}
26
27func (*testAudioScene) Type() string { return "TestAudioScene" }
28

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected