Click or drag to resize
SoundManager Methods

The SoundManager type exposes the following members.

Methods
  NameDescription
Public methodDraw
Called every frame during the Draw() process.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodFixedUpdate
Called every constant X seconds during the Update() phase.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodInitialize
Init Game Utils manager.
Public methodPauseMusic
Pause background music.
Public methodPlayMusic
Play a background music.
Public methodResumeMusic
Resume background music.
Public methodStopMusic
Stop playing currently playing background music.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodUpdate
Update manager.
Top
See Also