C# Class Cascade.PanelManager

Afficher le fichier Open project: RIT-Tool-Time/Cascade Class Usage Examples

Méthodes publiques

Свойство Type Description
NoteOffset int

Méthodes publiques

Méthode 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 méthode

public Add ( Color baseColor ) : MusicPanel
baseColor Color
Résultat MusicPanel

Add() public méthode

public Add ( MusicPanel mp ) : MusicPanel
mp MusicPanel
Résultat MusicPanel

Draw() public méthode

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
Résultat void

PanelManager() public méthode

public PanelManager ( ) : Microsoft.Xna.Framework
Résultat Microsoft.Xna.Framework

Update() public méthode

public Update ( ) : void
Résultat void

this() public méthode

public this ( int i ) : MusicPanel
i int
Résultat MusicPanel

Property Details

NoteOffset public_oe property

public int NoteOffset
Résultat int