C# Class Descent.GUI.Text

Information about a text to be displayed on the screen.
Afficher le fichier Open project: nezbo/Descent

Méthodes publiques

Méthode 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 méthode

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.
Résultat Microsoft.Xna.Framework