SunsetHigh.BGMusic.fadeIn C# (CSharp) Method

fadeIn() public static method

Song starts from silence and fades in to full volume. Default fade in time.
public static fadeIn ( ) : void
return void
        public static void fadeIn()
        {
            fadeIn(DEFAULT_FADE_TIME);
        }

Same methods

BGMusic::fadeIn ( double fadeTime ) : void