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

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

공개 프로퍼티들

프로퍼티 타입 설명
Selected bool
Value string

공개 메소드들

메소드 설명
Draw ( RenderTarget rt ) : void
Textbox ( string label ) : System

메소드 상세

Draw() 공개 메소드

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

Textbox() 공개 메소드

public Textbox ( string label ) : System
label string
리턴 System

프로퍼티 상세

Selected 공개적으로 프로퍼티

public bool Selected
리턴 bool

Value 공개적으로 프로퍼티

public string Value
리턴 string