C# Class Descent.GUI.SubElements.MonsterSummary

The summary of a monsters information to be displayed as a mouseover effect on the board and when attacking a specific monster.
Inheritance: GUIElement
Show file Open project: nezbo/Descent Class Usage Examples

Public Methods

Method Description
MonsterSummary ( Microsoft.Xna.Framework.Game game, int x, int y, Monster monster ) : System.Linq

Creates a new monster summary element to display information about the given monster starting from the given coordinates.

Method Details

MonsterSummary() public method

Creates a new monster summary element to display information about the given monster starting from the given coordinates.
public MonsterSummary ( Microsoft.Xna.Framework.Game game, int x, int y, Monster monster ) : System.Linq
game Microsoft.Xna.Framework.Game The current Game object.
x int The top-left x-coordinate of the element.
y int The top-left y-coordinate of the element.
monster Descent.Model.Player.Figure.Monster The Monster to display information for.
return System.Linq