C# 클래스 GameEngine.Drawing.Text.PlainText

상속: TextDrawable
파일 보기 프로젝트 열기: MichaelAquilina/Some-2D-RPG 1 사용 예제들

공개 메소드들

메소드 설명
Construct ( SpriteFont spriteFont, string text ) : void
GetHeight ( double elapsedMS ) : int
GetSpriteFont ( double elapsedMS ) : SpriteFont
GetText ( double elapsedMS ) : string
GetWidth ( double elapsedMS ) : int
PlainText ( ) : System
PlainText ( SpriteFont spriteFont, string text ) : System
ToString ( ) : string

메소드 상세

Construct() 공개 메소드

public Construct ( SpriteFont spriteFont, string text ) : void
spriteFont Microsoft.Xna.Framework.Graphics.SpriteFont
text string
리턴 void

GetHeight() 공개 메소드

public GetHeight ( double elapsedMS ) : int
elapsedMS double
리턴 int

GetSpriteFont() 공개 메소드

public GetSpriteFont ( double elapsedMS ) : SpriteFont
elapsedMS double
리턴 Microsoft.Xna.Framework.Graphics.SpriteFont

GetText() 공개 메소드

public GetText ( double elapsedMS ) : string
elapsedMS double
리턴 string

GetWidth() 공개 메소드

public GetWidth ( double elapsedMS ) : int
elapsedMS double
리턴 int

PlainText() 공개 메소드

public PlainText ( ) : System
리턴 System

PlainText() 공개 메소드

public PlainText ( SpriteFont spriteFont, string text ) : System
spriteFont Microsoft.Xna.Framework.Graphics.SpriteFont
text string
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string