C# 클래스 XnaGUILib.XGTextBox

상속: XGPanel
파일 보기 프로젝트 열기: GalacticSoft/Azmyth 1 사용 예제들

공개 메소드들

메소드 설명
Draw ( float frameTime ) : void
Update ( GameTime gameTime ) : void
XGTextBox ( Rectangle rect ) : System

보호된 메소드들

메소드 설명
GetFocus ( ) : void

비공개 메소드들

메소드 설명
DeleteChar ( ) : void
InsertString ( string c ) : void
TextLeftOfIndex ( ) : string

메소드 상세

Draw() 공개 메소드

public Draw ( float frameTime ) : void
frameTime float
리턴 void

GetFocus() 보호된 메소드

protected GetFocus ( ) : void
리턴 void

Update() 공개 메소드

public Update ( GameTime gameTime ) : void
gameTime Microsoft.Xna.Framework.GameTime
리턴 void

XGTextBox() 공개 메소드

public XGTextBox ( Rectangle rect ) : System
rect Microsoft.Xna.Framework.Rectangle
리턴 System