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

Method GetAudioComponent

common/interfaces.go:87–87  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

85// AudioFace allows typesafe access to an anonymouse child AudioComponent
86type AudioFace interface {
87 GetAudioComponent() *AudioComponent
88}
89
90// RenderFace allows typesafe access to an anonymous RenderComponent

Callers 1

AddByInterfaceMethod · 0.65

Implementers 1

AudioComponentcommon/audio.go

Calls

no outgoing calls

Tested by

no test coverage detected