C# 클래스 SpaceBattle.Menu

파일 보기 프로젝트 열기: luqui/space-shooter 1 사용 예제들

공개 메소드들

메소드 설명
Draw ( SpriteBatch sb, Rectangle rectViewport ) : void
Menu ( SpriteFont font ) : System
Update ( GamePadState rgState ) : void

메소드 상세

Draw() 공개 메소드

public Draw ( SpriteBatch sb, Rectangle rectViewport ) : void
sb Microsoft.Xna.Framework.Graphics.SpriteBatch
rectViewport Microsoft.Xna.Framework.Rectangle
리턴 void

Menu() 공개 메소드

public Menu ( SpriteFont font ) : System
font Microsoft.Xna.Framework.Graphics.SpriteFont
리턴 System

Update() 공개 메소드

public Update ( GamePadState rgState ) : void
rgState Microsoft.Xna.Framework.Input.GamePadState
리턴 void