C# Class Descent.GUI.Text

Information about a text to be displayed on the screen.
Mostrar archivo Open project: nezbo/Descent

Public Methods

Method Description
Text ( string message, Vector2 position, Microsoft.Xna.Framework.Color color ) : Microsoft.Xna.Framework

Creates a new Text object with all information present.

Method Details

Text() public method

Creates a new Text object with all information present.
public Text ( string message, Vector2 position, Microsoft.Xna.Framework.Color color ) : Microsoft.Xna.Framework
message string
position Microsoft.Xna.Framework.Vector2 The position for the upper-left corner of the drawn text.
color Microsoft.Xna.Framework.Color The color to draw the text in.
return Microsoft.Xna.Framework