Tesseract Engine Documentation

SorryScreen Methods

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

Public Instance Methods

Draw (inherited from GameScreen) Draw this game screen.
Equals (inherited from Object)Determines whether the specified Object is equal to the current Object.
GetEngineState (inherited from GameScreen) Returns the Engine State associated with this screen.
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.
GetMenu (inherited from GameScreen) Returns the game menu.
GetType (inherited from Object)Gets the Type of the current instance.
MenuBack (inherited from GameScreen) Method invoked when the down menu button has been pressed
MenuDown (inherited from GameScreen) Method invoked when the down menu button has been pressed
MenuLeft (inherited from GameScreen) Method invoked when the left menu button has been pressed
MenuRight (inherited from GameScreen) Method invoked when the right menu button has been pressed
MenuStart Menu start button pressed method
MenuUp (inherited from GameScreen) Method invoked when the up menu button has been pressed
SetAlpha (inherited from GameScreen) 
SetBackground (inherited from GameScreen)Overloaded. Set the background texture
ToString (inherited from Object)Returns a String that represents the current Object.
Update (inherited from GameScreen) Check to see if menu has been updated by user.

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

SorryScreen Class | DarkWynter.Engine.Menus.GameScreens Namespace