Inherits UITextPanel< string >.
|
| UITextBox (string text, float textScale=1f, bool large=false) |
|
void | Backspace () |
|
void | CursorLeft () |
|
void | CursorRight () |
|
override void | SetText (string text, float textScale, bool large) |
|
void | SetTextMaxLength (int maxLength) |
|
void | Write (string text) |
|
| UITextPanel (T text, float textScale=1f, bool large=false) |
|
override void | Recalculate () |
|
void | SetText (T text) |
|
virtual void | SetText (T text, float textScale, bool large) |
|
|
bool | HideSelf |
|
bool | ShowInputTicker = true |
|
bool | HideContents |
|
float | TextHAlign |
|
|
override void | DrawSelf (SpriteBatch spriteBatch) |
|
override void | DrawSelf (SpriteBatch spriteBatch) |
|
void | DrawText (SpriteBatch spriteBatch) |
|
|
Color | _color |
|
bool | _drawPanel |
|
bool | _isLarge |
|
T | _text |
|
float | _textScale |
|
Vector2 | _textSize |
|
bool | DrawPanel [get, set] |
|
bool | IsLarge [get] |
|
string | Text [get] |
|
Color | TextColor [get, set] |
|
float | TextScale [get, set] |
|
Vector2 | TextSize [get] |
|