C# Class RenderingLibrary.Graphics.TextManager

Datei anzeigen Open project: vchelaru/FlatRedBall Class Usage Examples

Private Properties

Property Type Description
RenderTextTextures void

Public Methods

Method Description
Add ( Text text ) : void
Add ( Text text, Layer layer ) : void
Remove ( Text text ) : void

Private Methods

Method Description
RenderTextTextures ( ) : void

Method Details

Add() public method

public Add ( Text text ) : void
text Text
return void

Add() public method

public Add ( Text text, Layer layer ) : void
text Text
layer Layer
return void

Remove() public method

public Remove ( Text text ) : void
text Text
return void