프로퍼티 | 타입 | 설명 | |
---|---|---|---|
TextRenderer |
메소드 | 설명 | |
---|---|---|
Create ( int maxCharCount = 64, int labelHeight = 32, IFontTexture fontTexture = null ) : |
Create a text renderer.
|
|
ToString ( ) : string |
|
메소드 | 설명 | |
---|---|---|
DoInitialize ( ) : void |
|
|
DoRender ( |
|
메소드 | 설명 | |
---|---|---|
TextRenderer ( |
Renders a label(a single line of text).
|
public static Create ( int maxCharCount = 64, int labelHeight = 32, IFontTexture fontTexture = null ) : |
||
maxCharCount | int | Max char count to display for this label. Careful to set this value because greater |
labelHeight | int | Label height(in pixels) |
fontTexture | IFontTexture | Use which font to render text? |
리턴 |