C# Class 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.
Inheritance: GUIElement
Afficher le fichier Open project: nezbo/Descent

Méthodes publiques

Méthode Description
OverlordElement ( Microsoft.Xna.Framework.Game game ) : Descent.GUI.SubElements

Creates a new overlord element for the given game.

Update ( GameTime gameTime ) : void

Private Methods

Méthode Description
UpdateHand ( ) : void

Method Details

OverlordElement() public méthode

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.
Résultat Descent.GUI.SubElements

Update() public méthode

public Update ( GameTime gameTime ) : void
gameTime Microsoft.Xna.Framework.GameTime
Résultat void