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

Method Step

common/audio.go:51–56  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

49}
50
51func (l *stepPlayer) Step() {
52 if len(l.stepDone) > 0 {
53 return
54 }
55 l.stepDone <- struct{}{}
56}
57
58// AudioComponent is a Component which is used by the AudioSystem
59type AudioComponent struct {

Callers 1

Calls

no outgoing calls

Tested by 1