C# Class OsuSpectate.View.ViewArrangement

Mostra file Open project: maboesanman/osu-spectate

Public Properties

Property Type Description
Views List

Public Methods

Method Description
Draw ( System.TimeSpan Time, int WindowWidth, int WindowHeight ) : void
ViewArrangement ( ) : System

Method Details

Draw() public method

public Draw ( System.TimeSpan Time, int WindowWidth, int WindowHeight ) : void
Time System.TimeSpan
WindowWidth int
WindowHeight int
return void

ViewArrangement() public method

public ViewArrangement ( ) : System
return System

Property Details

Views public_oe property

public List Views
return List