C# Класс Descent.GUI.Text

Information about a text to be displayed on the screen.
Показать файл Открыть проект

Открытые методы

Метод Описание
Text ( string message, Vector2 position, Microsoft.Xna.Framework.Color color ) : Microsoft.Xna.Framework

Creates a new Text object with all information present.

Описание методов

Text() публичный Метод

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.
Результат Microsoft.Xna.Framework