C# 클래스 spaceconquest.CommandMenu

상속: MenuList
파일 보기 프로젝트 열기: cclay/spaceconquest 1 사용 예제들

공개 메소드들

메소드 설명
AddNewCommand ( int x, int y, String iconaddress, EventHandler c ) : IconButton
AddShipCommand ( int x, int y, String iconaddress, ShipType c ) : IconButton
AddShipStuff ( ) : void
CommandMenu ( Rectangle r, GameScreen gs ) : System
Draw ( ) : void
Update ( Microsoft.Xna.Framework.Input.MouseState mscurrent, Microsoft.Xna.Framework.Input.MouseState msold ) : void

비공개 메소드들

메소드 설명
ColonizeClick ( Object o, EventArgs e ) : void
EnterClick ( Object o, EventArgs e ) : void
FireClick ( Object o, EventArgs e ) : void
JumpClick ( Object o, EventArgs e ) : void
MoveClick ( Object o, EventArgs e ) : void
UnloadClick ( Object o, EventArgs e ) : void

메소드 상세

AddNewCommand() 공개 메소드

public AddNewCommand ( int x, int y, String iconaddress, EventHandler c ) : IconButton
x int
y int
iconaddress String
c EventHandler
리턴 IconButton

AddShipCommand() 공개 메소드

public AddShipCommand ( int x, int y, String iconaddress, ShipType c ) : IconButton
x int
y int
iconaddress String
c ShipType
리턴 IconButton

AddShipStuff() 공개 메소드

public AddShipStuff ( ) : void
리턴 void

CommandMenu() 공개 메소드

public CommandMenu ( Rectangle r, GameScreen gs ) : System
r Microsoft.Xna.Framework.Rectangle
gs GameScreen
리턴 System

Draw() 공개 메소드

public Draw ( ) : void
리턴 void

Update() 공개 메소드

public Update ( Microsoft.Xna.Framework.Input.MouseState mscurrent, Microsoft.Xna.Framework.Input.MouseState msold ) : void
mscurrent Microsoft.Xna.Framework.Input.MouseState
msold Microsoft.Xna.Framework.Input.MouseState
리턴 void