FSO.HIT.FSCPlayer.SetManualTempo C# (CSharp) Method

SetManualTempo() public method

public SetManualTempo ( int tempo ) : void
tempo int
return void
        public void SetManualTempo(int tempo)
        {
            BeatLength = 60.0f / fsc.Tempo;
        }