MagmarFire / Enso-Music-Player

A simple, free music looping system for Unity 3D.
MIT License
13 stars 2 forks source link

FadeToVolume() #25

Closed MagmarFire closed 6 years ago

MagmarFire commented 6 years ago

void FadeToVolume(float volume)

Fades the volume of the player in or out depending on the current volume level. Calls FadeInComplete or FadeOutComplete when done. Which one is called depends on if it was a fade in or a fade out.

MagmarFire commented 6 years ago

Implemented as of commit 7a3156fd55b46d1952865492d2bda06bd03d4a64.