MCPcopy Create free account
hub / github.com/pixijs/sound / loop

Method loop

src/htmlaudio/HTMLAudioInstance.ts:196–199  ·  view source on GitHub ↗

If the sound instance should loop playback

()

Source from the content-addressed store, hash-verified

194
195 /** If the sound instance should loop playback */
196 public get loop(): boolean
197 {
198 return this._loop;
199 }
200 public set loop(loop: boolean)
201 {
202 this._loop = loop;

Callers

nothing calls this directly

Calls 1

refreshMethod · 0.95

Tested by

no test coverage detected