MusicComponent manages the background music for a stage

Constructors

Methods

Constructors

  • Construct a MusicComponent by providing a music object to play.

    Parameters

    • Optional music: ISound

      The music object to use

    Returns MusicComponent

Methods

  • If the level has music attached to it, this pauses it

    Returns void

  • If the level has music attached to it, this starts playing it

    Returns void

  • Report if there is music that is playing

    Returns boolean

  • If the level has music attached to it, this stops it

    Returns void