C# Class EffectEditor.Controls.FRBPanel

Inheritance: GraphicsDeviceControl
Exibir arquivo Open project: vchelaru/FlatRedBall

Protected Methods

Method Description
Draw ( ) : void
Initialize ( ) : void
Update ( GameTime gameTime ) : void

Private Methods

Method Description
FRBPanel_Resize ( object sender, EventArgs e ) : void

Method Details

Draw() protected method

protected Draw ( ) : void
return void

Initialize() protected method

protected Initialize ( ) : void
return void

Update() protected method

protected Update ( GameTime gameTime ) : void
gameTime Microsoft.Xna.Framework.GameTime
return void