C# 클래스 ManateesAgainstCards.Entities.Ui.Numberbox

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

공개 프로퍼티들

프로퍼티 타입 설명
MinimumValue int
Selected bool

공개 메소드들

메소드 설명
Draw ( RenderTarget rt ) : void
Numberbox ( string label, int maxValue ) : System

메소드 상세

Draw() 공개 메소드

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

Numberbox() 공개 메소드

public Numberbox ( string label, int maxValue ) : System
label string
maxValue int
리턴 System

프로퍼티 상세

MinimumValue 공개적으로 프로퍼티

public int MinimumValue
리턴 int

Selected 공개적으로 프로퍼티

public bool Selected
리턴 bool