C# Class MoodSwingGame.MSInternationalCenterPicker

Inheritance: MSCircularPicker
Show file Open project: verngutz/MoodSwing Class Usage Examples

Public Methods

Method Description
MSInternationalCenterPicker ( Microsoft.Xna.Framework.Graphics.Texture2D background, Rectangle boundingRectangle, MSChangeableBuilding toBuy, SpriteBatch spriteBatch, Microsoft.Xna.Framework.Game game ) : System

Method Details

MSInternationalCenterPicker() public method

public MSInternationalCenterPicker ( Microsoft.Xna.Framework.Graphics.Texture2D background, Rectangle boundingRectangle, MSChangeableBuilding toBuy, SpriteBatch spriteBatch, Microsoft.Xna.Framework.Game game ) : System
background Microsoft.Xna.Framework.Graphics.Texture2D
boundingRectangle Microsoft.Xna.Framework.Rectangle
toBuy MSChangeableBuilding
spriteBatch Microsoft.Xna.Framework.Graphics.SpriteBatch
game Microsoft.Xna.Framework.Game
return System