C# Class Cascade.MusicPanel

Show file Open project: RIT-Tool-Time/Cascade Class Usage Examples

Public Properties

Property Type Description
NoteOffset int

Public Methods

Method Description
MusicPanel ( PanelManager man ) : System
Update ( ) : void

Private Methods

Method Description
IsBeingTouchedChanged ( bool touched ) : void
timer_Elapsed ( object sender, ElapsedEventArgs e ) : void

Method Details

MusicPanel() public method

public MusicPanel ( PanelManager man ) : System
man PanelManager
return System

Update() public method

public Update ( ) : void
return void

Property Details

NoteOffset public property

public int NoteOffset
return int