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

Shows the information of an overlord card and is able to switch between a hidden and an expanded mode.
상속: GUIElement
파일 보기 프로젝트 열기: nezbo/Descent

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
OverlordCardElement ( Microsoft.Xna.Framework.Game game, int x, int y, OverlordCard card ) : Descent.Messaging.Events

Creates a new OverlordCardElement to display information about the given OverlordCard starting from the given position.

보호된 메소드들

메소드 설명
ActOnDirectClick ( int x, int y ) : void

메소드 상세

ActOnDirectClick() 보호된 메소드

protected ActOnDirectClick ( int x, int y ) : void
x int
y int
리턴 void

OverlordCardElement() 공개 메소드

Creates a new OverlordCardElement to display information about the given OverlordCard starting from the given position.
public OverlordCardElement ( Microsoft.Xna.Framework.Game game, int x, int y, OverlordCard card ) : Descent.Messaging.Events
game Microsoft.Xna.Framework.Game The current Game object.
x int The top-left x-coordinate of the hidden mode.
y int The top-left y-coordinate of the hidden mode.
card Descent.Model.Player.OverlordStuff.OverlordCard The OverlordCard to display information for.
리턴 Descent.Messaging.Events