Sound.isLooping

Whether or not the sound should loop after reaching the end.

If set, the sound will restart from beginning after reaching the end and so on, until it is stopped or setLoop(false) is called.

The default looping state for sound is false.

  1. bool isLooping [@property setter]
  2. bool isLooping [@property getter]
    class Sound
    @property
    bool
    isLooping
    (
    )

Meta