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

Method Play

common/audio_player.go:115–117  ·  view source on GitHub ↗

Play plays the player's audio.

()

Source from the content-addressed store, hash-verified

113
114// Play plays the player's audio.
115func (p *Player) Play() {
116 p.isPlaying = true
117}
118
119func (p *Player) readLoop() {
120 defer func() {

Callers 4

TestAudioPlayerPlayFunction · 0.80
SetupMethod · 0.80
UpdateMethod · 0.80

Calls

no outgoing calls

Tested by 2

TestAudioPlayerPlayFunction · 0.64