Tesseract Engine Documentation

HeadsUpDisplay Methods

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

Public Instance Methods

AddImageDisplay Add an Image display to our ImageDisplay list.
AddImageSpinner Add an Image spinner to our ImageDisplay list
AddTextDisplay Add a Text display to the TextDisplay list.
AddValueDisplay Add a Value display to the ValueDisplay list.
DisplayDialog Displays the dialogue on the HUD
DrawOverloaded. Default Draw function.
Equals (inherited from Object)Determines whether the specified Object is equal to the current Object.
GetHashCode (inherited from Object)Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table.
GetImagePosition Get the Image's Position
GetType (inherited from Object)Gets the Type of the current instance.
InitializeDialogControl Inits the dialogue control system
RemoveDialog Removes the dialogue from the HUD
Resize Resizes the HUD based on viewport change
ShowDialog Shows the dialogue
SpinnerBack Set the image spinner at index location to the previous inline
SpinnerNext Set the image spinner at index location to the next in-line
SpinnerSet Set the active index to val in our image spinner at index
TimedMessage 
ToString (inherited from Object)Returns a String that represents the current Object.
Update Update Hud events.
UpdateDialogue Removes dialogue once time limit expires
UpdateImageDisplay Update/Replace an ImageDisplay
UpdateImageHeight Change height of an image.
UpdateImagePosition Chage position of image.
UpdateImageScale Updates the x and y scale of an image display
UpdateImageSource Update the Image's Source
UpdateImageVis Change the image's visibility and color
UpdateText Method which allows us to change the text in a TextDisplay
UpdateTextColor Method which allows us to change the color of a TextDisplay.
UpdateTextVis Updates the visibility of a text display
UpdateTextVisible Method that sets a text display as visible or invisible.
UpdateValue Method which allows us to change the Value in a ValueDisplay.

Protected Instance Methods

Finalize (inherited from Object)Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
MemberwiseClone (inherited from Object)Creates a shallow copy of the current Object.

See Also

HeadsUpDisplay Class | DarkWynter.Engine.UserInterface Namespace