Class: GUIText
This page documents the methods and fields available in the GUIText class.
Members
| Signature | Description |
|---|---|
GUIText() | Creates a new instance of GUIText. |
GUIText(Color, String, Font, int, int, int, int, Alignment, float) | Creates a new instance of GUIText. |
GUIText(Color, String, GUIRect) | Creates a new instance of GUIText. |
GUIText(Color, String, GUIRect, int) | Creates a new instance of GUIText. |
GUIText(Color, String, int, int, int, int) | Creates a new instance of GUIText. |
GUIText(Color, String, int, int, int, int, int) | Creates a new instance of GUIText. |
GUIText(String, Font, int, int, int, int) | Creates a new instance of GUIText. |
GUIText(String, Font, int, int, int, int, Alignment) | Creates a new instance of GUIText. |
GUIText(String, Font, int, int, int, int, Alignment, float) | Creates a new instance of GUIText. |
GUIText(String, int, int, int, int) | Creates a new instance of GUIText. |
getAlignment() | Returns the current alignment. |
getColor() | Returns the current color. |
getFont() | Returns the current font. |
getScale() | Returns the current scale. |
getText() | Returns the current text. |
setAlignment(Alignment) | Sets or updates the alignment. |
setColor(Color) | Sets or updates the color. |
setFont(Font) | Sets or updates the font. |
setScale(float) | Sets or updates the scale. |
setText(String) | Sets or updates the text. |