SunsetHigh.BGMusic.FadeInOutSampleProviderAdapted.isLooping C# (CSharp) Method

isLooping() public method

Returns whether the current song is looping (true by default)
public isLooping ( ) : bool
return bool
            public bool isLooping()
            {
                return this.looping;
            }