Class TextFieldExtensions
Extensions for the TextField class.
Inherited Members
Namespace: Unity.AppUI.UI
Assembly: Unity.AppUI.dll
Syntax
public static class TextFieldExtensions
Methods
BlinkingCursor(TextField)
Make the cursor blink.
Declaration
[Obsolete("Use Unity.AppUI.UI.BlinkingCursor manipulator instead.")]
public static void BlinkingCursor(this TextField tf)
Parameters
Type | Name | Description |
---|---|---|
TextField | tf | The TextField object. |