C# Class MoodSwingGUI.MSLabel

Inheritance: MSGUIUnclickable
Datei anzeigen Open project: verngutz/MoodSwing Class Usage Examples

Protected Properties

Property Type Description
spriteFont Microsoft.Xna.Framework.Graphics.SpriteFont
text String

Public Methods

Method Description
MSLabel ( String text, Rectangle boundingRectangle, SpriteFont spriteFont, Color textColor, SpriteBatch spriteBatch, Microsoft.Xna.Framework.Game game ) : System

Method Details

MSLabel() public method

public MSLabel ( String text, Rectangle boundingRectangle, SpriteFont spriteFont, Color textColor, SpriteBatch spriteBatch, Microsoft.Xna.Framework.Game game ) : System
text String
boundingRectangle Microsoft.Xna.Framework.Rectangle
spriteFont Microsoft.Xna.Framework.Graphics.SpriteFont
textColor Color
spriteBatch Microsoft.Xna.Framework.Graphics.SpriteBatch
game Microsoft.Xna.Framework.Game
return System

Property Details

spriteFont protected_oe property

protected SpriteFont,Microsoft.Xna.Framework.Graphics spriteFont
return Microsoft.Xna.Framework.Graphics.SpriteFont

text protected_oe property

protected String text
return String