DemiLib
A collection of Demigiant's utility libraries for Unity (https://github.com/Demigiant/demilib)
DG.DemiEditor.DeEditorSoundUtils Class Reference

Static Public Member Functions

static void Play (AudioClip audioClip)
 Plays the given clip in the Editor More...
 
static void Stop (AudioClip audioClip)
 Stops playing the given clip. More...
 
static void StopAll ()
 Stops all clips playing. More...
 

Member Function Documentation

static void DG.DemiEditor.DeEditorSoundUtils.Play ( AudioClip  audioClip)
static

Plays the given clip in the Editor

static void DG.DemiEditor.DeEditorSoundUtils.Stop ( AudioClip  audioClip)
static

Stops playing the given clip.

static void DG.DemiEditor.DeEditorSoundUtils.StopAll ( )
static

Stops all clips playing.


The documentation for this class was generated from the following file: