C# Класс Descent.GUI.SubElements.OverlordCardElement

Shows the information of an overlord card and is able to switch between a hidden and an expanded mode.
Наследование: GUIElement
Показать файл Открыть проект

Private Properties

Свойство Тип Описание

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

Метод Описание
OverlordCardElement ( Microsoft.Xna.Framework.Game game, int x, int y, OverlordCard card ) : Descent.Messaging.Events

Creates a new OverlordCardElement to display information about the given OverlordCard starting from the given position.

Защищенные методы

Метод Описание
ActOnDirectClick ( int x, int y ) : void

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

ActOnDirectClick() защищенный Метод

protected ActOnDirectClick ( int x, int y ) : void
x int
y int
Результат void

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

Creates a new OverlordCardElement to display information about the given OverlordCard starting from the given position.
public OverlordCardElement ( Microsoft.Xna.Framework.Game game, int x, int y, OverlordCard card ) : Descent.Messaging.Events
game Microsoft.Xna.Framework.Game The current Game object.
x int The top-left x-coordinate of the hidden mode.
y int The top-left y-coordinate of the hidden mode.
card Descent.Model.Player.OverlordStuff.OverlordCard The OverlordCard to display information for.
Результат Descent.Messaging.Events