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
Показать файл Открыть проект

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

Метод Описание
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