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

A short summary of the overlords information, including threat tokens, deck size, discard size, hand size and the heroes remaining conquest tokens.
Наследование: GUIElement
Показать файл Открыть проект

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

Метод Описание
Draw ( SpriteBatch draw ) : void
OverlordSummary ( Microsoft.Xna.Framework.Game game, int y ) : Descent.Model.Player

Creates a new summary of the overlords information for the given game and displays it to the right of the screen, at the given y-coordinate (down from the top).

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

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

public Draw ( SpriteBatch draw ) : void
draw Microsoft.Xna.Framework.Graphics.SpriteBatch
Результат void

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

Creates a new summary of the overlords information for the given game and displays it to the right of the screen, at the given y-coordinate (down from the top).
public OverlordSummary ( Microsoft.Xna.Framework.Game game, int y ) : Descent.Model.Player
game Microsoft.Xna.Framework.Game The current Game object.
y int How far down the screen this HeroSummary should be located.
Результат Descent.Model.Player