Tesseract Engine Documentation

HeadsUpDisplay.UpdateValue Method 

Method which allows us to change the Value in a ValueDisplay.

public void UpdateValue(
   Int32 index,
   Single newValue
);

Parameters

index
Location of ValueDisplay in list.
newValue
New value of value display.

See Also

HeadsUpDisplay Class | DarkWynter.Engine.UserInterface Namespace