C# Class SpaceCats_v2.Menu

显示文件 Open project: acm-team/SpaceCats

Public Methods

Method Description
Draw ( GameTime gameTime ) : void
Hide ( ) : void
HideNow ( ) : void
LoadContent ( ) : void
Menu ( Main game, string tag ) : System
Reset ( ) : void
Select ( MenuObject select ) : void
SelectByTag ( string tag ) : void
Show ( ) : void
ShowNow ( ) : void
Update ( GameTime gameTime ) : void

Method Details

Draw() public method

public Draw ( GameTime gameTime ) : void
gameTime Microsoft.Xna.Framework.GameTime
return void

Hide() public method

public Hide ( ) : void
return void

HideNow() public method

public HideNow ( ) : void
return void

LoadContent() public method

public LoadContent ( ) : void
return void

Menu() public method

public Menu ( Main game, string tag ) : System
game Main
tag string
return System

Reset() public method

public Reset ( ) : void
return void

Select() public method

public Select ( MenuObject select ) : void
select MenuObject
return void

SelectByTag() public method

public SelectByTag ( string tag ) : void
tag string
return void

Show() public method

public Show ( ) : void
return void

ShowNow() public method

public ShowNow ( ) : void
return void

Update() public method

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