C# 클래스 ZombieShooter.MenuItems

파일 보기 프로젝트 열기: Spectrewiz/Zombie-Shooter

공개 프로퍼티들

프로퍼티 타입 설명
area Microsoft.Xna.Framework.Rectangle
selectColor Color
text string

공개 메소드들

메소드 설명
MenuItems ( string text, Rectangle area ) : System
MenuItems ( string text, Rectangle area, Color selectColor, Color normColor ) : System

메소드 상세

MenuItems() 공개 메소드

public MenuItems ( string text, Rectangle area ) : System
text string
area Microsoft.Xna.Framework.Rectangle
리턴 System

MenuItems() 공개 메소드

public MenuItems ( string text, Rectangle area, Color selectColor, Color normColor ) : System
text string
area Microsoft.Xna.Framework.Rectangle
selectColor Color
normColor Color
리턴 System

프로퍼티 상세

area 공개적으로 프로퍼티

public Rectangle,Microsoft.Xna.Framework area
리턴 Microsoft.Xna.Framework.Rectangle

selectColor 공개적으로 프로퍼티

public Color selectColor
리턴 Color

text 공개적으로 프로퍼티

public string text
리턴 string