C# Class Cascade.PanelManager

Datei anzeigen Open project: RIT-Tool-Time/Cascade Class Usage Examples

Public Properties

Property Type Description
NoteOffset int

Public Methods

Method Description
Add ( Color baseColor ) : MusicPanel
Add ( MusicPanel mp ) : MusicPanel
Draw ( GraphicsDevice GraphicsDevice, GraphicsDeviceManager graphics, SpriteBatch spriteBatch, RenderTarget2D defaultRenderTarget, int width, int height ) : void
PanelManager ( ) : Microsoft.Xna.Framework
Update ( ) : void
this ( int i ) : MusicPanel

Method Details

Add() public method

public Add ( Color baseColor ) : MusicPanel
baseColor Color
return MusicPanel

Add() public method

public Add ( MusicPanel mp ) : MusicPanel
mp MusicPanel
return MusicPanel

Draw() public method

public Draw ( GraphicsDevice GraphicsDevice, GraphicsDeviceManager graphics, SpriteBatch spriteBatch, RenderTarget2D defaultRenderTarget, int width, int height ) : void
GraphicsDevice GraphicsDevice
graphics GraphicsDeviceManager
spriteBatch Microsoft.Xna.Framework.Graphics.SpriteBatch
defaultRenderTarget Microsoft.Xna.Framework.Graphics.RenderTarget2D
width int
height int
return void

PanelManager() public method

public PanelManager ( ) : Microsoft.Xna.Framework
return Microsoft.Xna.Framework

Update() public method

public Update ( ) : void
return void

this() public method

public this ( int i ) : MusicPanel
i int
return MusicPanel

Property Details

NoteOffset public_oe property

public int NoteOffset
return int