C# 클래스 xnapunk.graphics.Text

상속: Graphic
파일 보기 프로젝트 열기: Gnoll/XNAPunk

공개 프로퍼티들

프로퍼티 타입 설명
Font Microsoft.Xna.Framework.Graphics.SpriteFont
Txt String

공개 메소드들

메소드 설명
Draw ( Vector2 position ) : void
MeasureString ( ) : void
Text ( String txt ) : System

메소드 상세

Draw() 공개 메소드

public Draw ( Vector2 position ) : void
position Vector2
리턴 void

MeasureString() 공개 메소드

public MeasureString ( ) : void
리턴 void

Text() 공개 메소드

public Text ( String txt ) : System
txt String
리턴 System

프로퍼티 상세

Font 공개적으로 프로퍼티

public SpriteFont,Microsoft.Xna.Framework.Graphics Font
리턴 Microsoft.Xna.Framework.Graphics.SpriteFont

Txt 공개적으로 프로퍼티

public String Txt
리턴 String