C# Class ZombieShooter.MenuItems

ファイルを表示 Open project: Spectrewiz/Zombie-Shooter

Public Properties

Property Type Description
area Microsoft.Xna.Framework.Rectangle
selectColor Color
text string

Public Methods

Method Description
MenuItems ( string text, Rectangle area ) : System
MenuItems ( string text, Rectangle area, Color selectColor, Color normColor ) : System

Method Details

MenuItems() public method

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

MenuItems() public method

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

Property Details

area public_oe property

public Rectangle,Microsoft.Xna.Framework area
return Microsoft.Xna.Framework.Rectangle

selectColor public_oe property

public Color selectColor
return Color

text public_oe property

public string text
return string