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

Struct AudioComponent

common/audio.go:59–61  ·  view source on GitHub ↗

AudioComponent is a Component which is used by the AudioSystem

Source from the content-addressed store, hash-verified

57
58// AudioComponent is a Component which is used by the AudioSystem
59type AudioComponent struct {
60 Player *Player
61}
62
63type audioEntity struct {
64 *ecs.BasicEntity

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected