Tesseract Engine Documentation

ValueDisplay Fields

The fields of the ValueDisplay class are listed below. For a complete list of ValueDisplay class members, see the ValueDisplay Members topic.

Public Instance Fields

color (inherited from ScreenObject) Color of text element.
height (inherited from ScreenObject) Height of HUD element.
position (inherited from ScreenObject) Position of HUD element.
stopWatch (inherited from ScreenObject) Stopwatch to regulate time limit
text (inherited from ScreenObject) Text string drawn to HUD.
timeLimit (inherited from ScreenObject) Time limit for the text display
type (inherited from ScreenObject) Type of HUD element.
value Numerical value drawn to HUD.
visible (inherited from ScreenObject) Visibility of HUD element.
width (inherited from ScreenObject) Width of HUD element.

See Also

ValueDisplay Class | DarkWynter.Engine.UserInterface Namespace