C# Класс 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.
Наследование: GUIElement
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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.

Описание методов

MonsterSummary() публичный Метод

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.
Результат System.Linq