C# 클래스 ManateesAgainstCards.Entities.Card

상속: Entity
파일 보기 프로젝트 열기: DatZach/HumanityAgainstCards 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Selected bool

공개 메소드들

메소드 설명
Card ( CardInfo info ) : System
Draw ( RenderTarget rt ) : void

비공개 메소드들

메소드 설명
GetSelectedIndex ( ) : int
LeftMouseButton ( MouseButtonInputArgs args ) : bool

메소드 상세

Card() 공개 메소드

public Card ( CardInfo info ) : System
info CardInfo
리턴 System

Draw() 공개 메소드

public Draw ( RenderTarget rt ) : void
rt RenderTarget
리턴 void

프로퍼티 상세

Selected 공개적으로 프로퍼티

public bool Selected
리턴 bool