Tesseract Engine Documentation

PauseScreen Methods

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

Public Instance Methods

Commit Commit changes to the pause menu.
DrawOverloaded. Draw the pause menu.
Draw (inherited from GameScreen)Overloaded. 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 Menu back button pressed method
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
SetDefaults Reset default values.
SetPlayerOptions Set pause options for current player.
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

PauseScreen Class | DarkWynter.Engine.Menus.GameScreens Namespace