C# Class Danmaku_no_Kyojin.Controls.Control

ファイルを表示 Open project: Noxalus/Danmaku-no-Kyojin

Private Properties

Property Type Description

Public Methods

Method Description
Draw ( SpriteBatch spriteBatch ) : void
HandleInput ( PlayerIndex playerIndex ) : void
Update ( GameTime gameTime ) : void

Protected Methods

Method Description
Control ( bool tabStop ) : System
OnSelected ( EventArgs e ) : void

Method Details

Control() protected method

protected Control ( bool tabStop ) : System
tabStop bool
return System

Draw() public abstract method

public abstract Draw ( SpriteBatch spriteBatch ) : void
spriteBatch Microsoft.Xna.Framework.Graphics.SpriteBatch
return void

HandleInput() public abstract method

public abstract HandleInput ( PlayerIndex playerIndex ) : void
playerIndex PlayerIndex
return void

OnSelected() protected method

protected OnSelected ( EventArgs e ) : void
e EventArgs
return void

Update() public abstract method

public abstract Update ( GameTime gameTime ) : void
gameTime GameTime
return void