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

Method Bytes

common/audio.go:47–49  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

45}
46
47func (l *stepPlayer) Bytes() []byte {
48 return <-l.stepStart
49}
50
51func (l *stepPlayer) Step() {
52 if len(l.stepDone) > 0 {

Calls

no outgoing calls