C# Класс Descent.GUI.Screens.OverlordElement

The user interface of the overlord player. This is (at the moment) just his hand of cards. Right now the visualization of the overlords stuff isn't bound to any backend code so it isn't functional yet.
Наследование: GUIElement
Показать файл Открыть проект

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

Метод Описание
OverlordElement ( Microsoft.Xna.Framework.Game game ) : Descent.GUI.SubElements

Creates a new overlord element for the given game.

Update ( GameTime gameTime ) : void

Приватные методы

Метод Описание
UpdateHand ( ) : void

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

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

Creates a new overlord element for the given game.
public OverlordElement ( Microsoft.Xna.Framework.Game game ) : Descent.GUI.SubElements
game Microsoft.Xna.Framework.Game The current Game object.
Результат Descent.GUI.SubElements

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

public Update ( GameTime gameTime ) : void
gameTime Microsoft.Xna.Framework.GameTime
Результат void