SunsetHigh.BGMusic.isLooping C# (CSharp) Method

isLooping() public static method

Specifies whether a song is looping (true by default)
public static isLooping ( ) : bool
return bool
        public static bool isLooping()
        {
            if (fadeInOut != null)
                return fadeInOut.isLooping();
            return false;
        }