C# 클래스 Bug.Screens.Abstract.MenuScreen

상속: Screen
파일 보기 프로젝트 열기: Projectfights/Fight-insect

보호된 프로퍼티들

프로퍼티 타입 설명
bg Bug.Display.UiElement
buttonPressed bool
buttons List
current int
input Bug.GameObjects.FighterInput

공개 메소드들

메소드 설명
Draw ( GameTime gameTime, SpriteBatch batch ) : void
MenuScreen ( int widthScreen, int heightScreen, IScreenMaster master ) : Bug.Display
Update ( GameTime gameTime ) : void

비공개 메소드들

메소드 설명
UpdateButton ( Button button, bool sel ) : void

메소드 상세

Draw() 공개 메소드

public Draw ( GameTime gameTime, SpriteBatch batch ) : void
gameTime Microsoft.Xna.Framework.GameTime
batch Microsoft.Xna.Framework.Graphics.SpriteBatch
리턴 void

MenuScreen() 공개 메소드

public MenuScreen ( int widthScreen, int heightScreen, IScreenMaster master ) : Bug.Display
widthScreen int
heightScreen int
master IScreenMaster
리턴 Bug.Display

Update() 공개 메소드

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

프로퍼티 상세

bg 보호되어 있는 프로퍼티

protected UiElement,Bug.Display bg
리턴 Bug.Display.UiElement

buttonPressed 보호되어 있는 프로퍼티

protected bool buttonPressed
리턴 bool

buttons 보호되어 있는 프로퍼티

protected List
리턴 List

current 보호되어 있는 프로퍼티

protected int current
리턴 int

input 보호되어 있는 프로퍼티

protected FighterInput,Bug.GameObjects input
리턴 Bug.GameObjects.FighterInput