C# Class CSharpGL.TextRenderer

Afficher le fichier Open project: bitzhuwei/CSharpGL

Private Properties

Свойство Type Description
TextRenderer

Méthodes publiques

Méthode Description
Create ( int maxCharCount = 64, int labelHeight = 32, IFontTexture fontTexture = null ) : TextRenderer

Create a text renderer.

ToString ( ) : string

Méthodes protégées

Méthode Description
DoInitialize ( ) : void

DoRender ( RenderEventArgs arg ) : void

Private Methods

Méthode Description
TextRenderer ( TextModel model, ShaderCode shaderCodes, AttributeMap attributeMap )

Renders a label(a single line of text).

Method Details

Create() public static méthode

Create a text renderer.
public static Create ( int maxCharCount = 64, int labelHeight = 32, IFontTexture fontTexture = null ) : TextRenderer
maxCharCount int Max char count to display for this label. Careful to set this value because greater means more space ocupied in GPU nemory.
labelHeight int Label height(in pixels)
fontTexture IFontTexture Use which font to render text?
Résultat TextRenderer

DoInitialize() protected méthode

protected DoInitialize ( ) : void
Résultat void

DoRender() protected méthode

protected DoRender ( RenderEventArgs arg ) : void
arg RenderEventArgs
Résultat void

ToString() public méthode

public ToString ( ) : string
Résultat string