Tesseract Engine Documentation

HeadsUpDisplay.ShowDialog Method 

Shows the dialogue

public void ShowDialog(
   Texture2D backgroundImage,
   String speaker,
   String message,
   Color color
);

Parameters

backgroundImage
Which image to post in the background
speaker
Who is talking
message
What the message is
color
Color of the text

See Also

HeadsUpDisplay Class | DarkWynter.Engine.UserInterface Namespace