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
Show file Open project: nezbo/Descent

Public Methods

Method 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

Method Description
UpdateHand ( ) : void

Method Details

OverlordElement() public method

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.
return Descent.GUI.SubElements

Update() public method

public Update ( GameTime gameTime ) : void
gameTime Microsoft.Xna.Framework.GameTime
return void