C# 클래스 Descent.GUI.SubElements.MonsterSummary

The summary of a monsters information to be displayed as a mouseover effect on the board and when attacking a specific monster.
상속: GUIElement
파일 보기 프로젝트 열기: nezbo/Descent 1 사용 예제들

공개 메소드들

메소드 설명
MonsterSummary ( Microsoft.Xna.Framework.Game game, int x, int y, Monster monster ) : System.Linq

Creates a new monster summary element to display information about the given monster starting from the given coordinates.

메소드 상세

MonsterSummary() 공개 메소드

Creates a new monster summary element to display information about the given monster starting from the given coordinates.
public MonsterSummary ( Microsoft.Xna.Framework.Game game, int x, int y, Monster monster ) : System.Linq
game Microsoft.Xna.Framework.Game The current Game object.
x int The top-left x-coordinate of the element.
y int The top-left y-coordinate of the element.
monster Descent.Model.Player.Figure.Monster The Monster to display information for.
리턴 System.Linq