Click or drag to resize

AudioSourceExt Class

The extension methods for AudioSource.
Inheritance Hierarchy
SystemObject
  RavingBots.MagicGestures.UtilsAudioSourceExt

Namespace:  RavingBots.MagicGestures.Utils
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public static class AudioSourceExt

The AudioSourceExt type exposes the following members.

Methods
  NameDescription
Public methodStatic memberSafePlay
Convenience wrapper around AudioSource.Play.
Public methodStatic memberSafePlayCollision
Convenience wrapper around SafePlay(AudioSource, AudioClip, Single, Single, Boolean) for collision sounds.
Public methodStatic memberSafeStop
Convenience wrapper around AudioSource.Stop.
Top
See Also