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
파일 보기 프로젝트 열기: nezbo/Descent

공개 메소드들

메소드 설명
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