Tesseract Engine Documentation

HeadsUpDisplay.UpdateText Method 

Method which allows us to change the text in a TextDisplay

public void UpdateText(
   Int32 index,
   String newText
);

Parameters

index
location
newText
New text

See Also

HeadsUpDisplay Class | DarkWynter.Engine.UserInterface Namespace