C# 클래스 Descent.GUI.Screens.HeroElement

The specialized user interface for a hero player. It displays most of the hero's belongings and scores along with an image of the hero.
상속: GUIElement
파일 보기 프로젝트 열기: nezbo/Descent

공개 메소드들

메소드 설명
Draw ( SpriteBatch draw ) : void
HeroElement ( Microsoft.Xna.Framework.Game game, Hero hero ) : System.Collections.Generic

Creates a new HeroElement to visualize the given hero.

메소드 상세

Draw() 공개 메소드

public Draw ( SpriteBatch draw ) : void
draw Microsoft.Xna.Framework.Graphics.SpriteBatch
리턴 void

HeroElement() 공개 메소드

Creates a new HeroElement to visualize the given hero.
public HeroElement ( Microsoft.Xna.Framework.Game game, Hero hero ) : System.Collections.Generic
game Microsoft.Xna.Framework.Game The current Game object.
hero Hero The hero to display.
리턴 System.Collections.Generic