Declaration


public static AudioClip ActiveClip { get; }

Description


Gets the audio clip that is currently being played.

Example


private void OnEnable()
{
		Debug.Log(MusicManger.ActiveClip);
}