C# 클래스 Sharpex2D.Rendering.OpenGL.TextEntity

파일 보기 프로젝트 열기: ThuCommix/Sharpex2D 1 사용 예제들

공개 메소드들

메소드 설명
DrawText ( ) : void

Draws the text.

TextEntity ( string text, OpenGLFont font, Color color, int wrapWidth ) : Sharpex2D.Common.Extensions

Initializes a new TextEntity class.

메소드 상세

DrawText() 공개 메소드

Draws the text.
public DrawText ( ) : void
리턴 void

TextEntity() 공개 메소드

Initializes a new TextEntity class.
public TextEntity ( string text, OpenGLFont font, Color color, int wrapWidth ) : Sharpex2D.Common.Extensions
text string The Text.
font OpenGLFont The Font.
color Color The Color.
wrapWidth int The Wordwrap Width.
리턴 Sharpex2D.Common.Extensions