A UITextField can refer to a UI.Text, TMPro.TextMeshProUGUI, or SuperTextMesh.
More...
|
static bool | IsNull (UITextField uiTextField) |
| Checks if a UI element is assigned to a UITextField.
|
|
A UITextField can refer to a UI.Text, TMPro.TextMeshProUGUI, or SuperTextMesh.
◆ UITextField() [1/2]
PixelCrushers.UITextField.UITextField |
( |
| ) |
|
|
inline |
◆ UITextField() [2/2]
PixelCrushers.UITextField.UITextField |
( |
UnityEngine::UI::Text |
uiText | ) |
|
|
inline |
◆ IsNull()
static bool PixelCrushers.UITextField.IsNull |
( |
UITextField |
uiTextField | ) |
|
|
inlinestatic |
Checks if a UI element is assigned to a UITextField.
- Parameters
-
uiTextField | UITextField to check. |
- Returns
true
if no UI element is assigned; otherwise false
.
◆ SetActive()
void PixelCrushers.UITextField.SetActive |
( |
bool |
value | ) |
|
|
inline |
◆ activeInHierarchy
bool PixelCrushers.UITextField.activeInHierarchy |
|
get |
◆ color
Color PixelCrushers.UITextField.color |
|
getset |
◆ enabled
bool PixelCrushers.UITextField.enabled |
|
getset |
◆ gameObject
GameObject PixelCrushers.UITextField.gameObject |
|
get |
◆ isActiveSelf
bool PixelCrushers.UITextField.isActiveSelf |
|
get |
◆ text
string PixelCrushers.UITextField.text |
|
getset |
The text content of the UI.Text or TextMeshProUGUI.
◆ uiText
UnityEngine.UI.Text PixelCrushers.UITextField.uiText |
|
getset |
The UI.Text assigned to this UI text field.
The documentation for this class was generated from the following file:
- C:/Dev/Dialogue System/Dev/Release2/Assets/Plugins/Pixel Crushers/Common/Scripts/UI/UITextField.cs