Declaration


public static string ActiveId { get; }

Description


Gets the id of the active clip being played.

Example


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