Tesseract Engine Documentation

HeadsUpDisplay.AddValueDisplay Method 

Add a Value display to the ValueDisplay list.

public int AddValueDisplay(
   String text,
   Single value,
   Vector2 position,
   Int32 width,
   Int32 height,
   Color color
);

Parameters

text
Text to display.
value
Value to display.
position
Position to display value.
width
Width of value display.
height
Height of value display.
color
Color of value and text.

Return Value

Count of value displays

See Also

HeadsUpDisplay Class | DarkWynter.Engine.UserInterface Namespace