C# Class OsuSpectate.View.SongTitleScrollView

Inheritance: View
Mostra file Open project: maboesanman/osu-spectate

Public Methods

Method Description
Draw ( System.TimeSpan time, float x, float y, float width, float height, int windowWidth, int windowHeight ) : void

Method Details

Draw() public method

public Draw ( System.TimeSpan time, float x, float y, float width, float height, int windowWidth, int windowHeight ) : void
time System.TimeSpan
x float
y float
width float
height float
windowWidth int
windowHeight int
return void