Tesseract Engine Documentation

HeadsUpDisplay.AddTextDisplay Method 

Add a Text display to the TextDisplay list.

public int AddTextDisplay(
   String text,
   Vector2 position,
   Color color
);

Parameters

text
Text to add.
position
Position to locate text.
color
Color to display text with.

Return Value

Count of text displays

See Also

HeadsUpDisplay Class | DarkWynter.Engine.UserInterface Namespace