Search Results for

    Show / Hide Table of Contents

    Class AudioManager

    Inheritance
    object
    AudioManager
    Namespace: Music
    Assembly: cs.temp.dll.dll
    Syntax
    public class AudioManager : MonoBehaviour

    Fields

    Instance

    Declaration
    public static AudioManager Instance
    Field Value
    Type Description
    AudioManager

    soundEffects

    Declaration
    public List<SoundEffect> soundEffects
    Field Value
    Type Description
    List<><SoundEffect>

    Methods

    PlaySound(string)

    Declaration
    public void PlaySound(string soundName)
    Parameters
    Type Name Description
    string soundName
    In This Article
    Back to top Example Unity documentation footer