SoundManager Class

MyDungeon

SoundManager Class

SoundManager is the class that handles audio
Inheritance Hierarchy
SystemObject  Object
    Component
      Behaviour
        MonoBehaviour
          MyDungeon.ManagersSoundManager

Namespace:  MyDungeon.Managers
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public class SoundManager : MonoBehaviour

The SoundManager type exposes the following members.

Constructors
  NameDescription
Public methodSoundManager
Initializes a new instance of the SoundManager class
Top
Methods
  NameDescription
Public methodPlaySingle
Plays a provided audio clip once
Public methodRandomizeSfx
Randomizes the pitch of a sound effect
Top
Fields
  NameDescription
Public fieldHighPitchRange
High pitch shift range for sound pitch randomization
Public fieldStatic memberInstance
The current instance of SoundManager
Public fieldLowPtichRange
Low pitch shift range for sound pitch randomization
Public fieldMusicSource
An AudioSource attached to the SoundManager used for music
Public fieldSfxSource
An AudioSource attached to the SoundManager used for sound effects
Top
Extension Methods
  NameDescription
Public Extension MethodInvoke
Invoke using a delegate
(Defined by MonoBehaviourExtensions.)
Top
See Also