C# 클래스 Terraria.ModLoader.UI.UIInputTextField

상속: Terraria.UI.UIElement
파일 보기 프로젝트 열기: bluemagic123/tModLoader 1 사용 예제들

공개 메소드들

메소드 설명
GetInputText ( string oldString ) : string
UIInputTextField ( string hintText ) : System

보호된 메소드들

메소드 설명
DrawSelf ( SpriteBatch spriteBatch ) : void

메소드 상세

DrawSelf() 보호된 메소드

protected DrawSelf ( SpriteBatch spriteBatch ) : void
spriteBatch SpriteBatch
리턴 void

GetInputText() 공개 정적인 메소드

public static GetInputText ( string oldString ) : string
oldString string
리턴 string

UIInputTextField() 공개 메소드

public UIInputTextField ( string hintText ) : System
hintText string
리턴 System