C# 클래스 Descent.GUI.Text

Information about a text to be displayed on the screen.
파일 보기 프로젝트 열기: nezbo/Descent

공개 메소드들

메소드 설명
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