C# 클래스 RaceGame.Menu.Menu

상속: IMenu
파일 보기 프로젝트 열기: cjohnsson/Racing-Game 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
Credits string
Description string
MenuItems RaceGame.Menu.MenuItem[]
RolloverUtility RolloverUtility
instructionsPositionX int
instructionsPositionY int

공개 메소드들

메소드 설명
Draw ( SpriteBatch spriteBatch ) : void
ScrollDown ( ) : void
ScrollUp ( ) : void

보호된 메소드들

메소드 설명
Initilize ( ) : void
Menu ( ) : System.Collections.Generic
Menu ( Microsoft.Xna.Framework.Graphics.Texture2D backgroundImage, SpriteFont font ) : System.Collections.Generic

비공개 메소드들

메소드 설명
MakePositions ( int xPosition, int yPosition ) : void

메소드 상세

Draw() 공개 메소드

public Draw ( SpriteBatch spriteBatch ) : void
spriteBatch Microsoft.Xna.Framework.Graphics.SpriteBatch
리턴 void

Initilize() 보호된 추상적인 메소드

protected abstract Initilize ( ) : void
리턴 void

Menu() 보호된 메소드

protected Menu ( ) : System.Collections.Generic
리턴 System.Collections.Generic

Menu() 보호된 메소드

protected Menu ( Microsoft.Xna.Framework.Graphics.Texture2D backgroundImage, SpriteFont font ) : System.Collections.Generic
backgroundImage Microsoft.Xna.Framework.Graphics.Texture2D
font Microsoft.Xna.Framework.Graphics.SpriteFont
리턴 System.Collections.Generic

ScrollDown() 공개 메소드

public ScrollDown ( ) : void
리턴 void

ScrollUp() 공개 메소드

public ScrollUp ( ) : void
리턴 void

프로퍼티 상세

Credits 보호되어 있는 프로퍼티

protected string Credits
리턴 string

Description 보호되어 있는 프로퍼티

protected string Description
리턴 string

MenuItems 보호되어 있는 프로퍼티

protected MenuItem[],RaceGame.Menu MenuItems
리턴 RaceGame.Menu.MenuItem[]

RolloverUtility 보호되어 있는 프로퍼티

protected RolloverUtility,RaceGame.Menu RolloverUtility
리턴 RolloverUtility

instructionsPositionX 보호되어 있는 프로퍼티

protected int instructionsPositionX
리턴 int

instructionsPositionY 보호되어 있는 프로퍼티

protected int instructionsPositionY
리턴 int