Method | Description | |
---|---|---|
Create ( int maxCharCount = 64, int labelHeight = 32, IFontTexture fontTexture = null ) : |
Create a label renderer.
|
|
ToString ( ) : string |
|
Method | Description | |
---|---|---|
DoInitialize ( ) : void |
|
|
DoRender ( |
|
Method | Description | |
---|---|---|
LabelRenderer ( IBufferable model, |
|
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? |
return |
protected DoRender ( |
||
arg | ||
return | void |