C# Class Terraria.ModLoader.UI.UIInputTextField

Inheritance: Terraria.UI.UIElement
Afficher le fichier Open project: bluemagic123/tModLoader Class Usage Examples

Méthodes publiques

Méthode Description
GetInputText ( string oldString ) : string
UIInputTextField ( string hintText ) : System

Méthodes protégées

Méthode Description
DrawSelf ( SpriteBatch spriteBatch ) : void

Method Details

DrawSelf() protected méthode

protected DrawSelf ( SpriteBatch spriteBatch ) : void
spriteBatch SpriteBatch
Résultat void

GetInputText() public static méthode

public static GetInputText ( string oldString ) : string
oldString string
Résultat string

UIInputTextField() public méthode

public UIInputTextField ( string hintText ) : System
hintText string
Résultat System