position | @param position Прямоугольник на экране, использующийся для текстового поля. |
label | @param label Необязательная метка для отображения перед полем. |
text | @param value Значение для редактирования. |
style | @param style Необязательный стиль GUIStyle. |
string The value entered by the user. Note that the return value will not change until the user has pressed enter or focus is moved away from the text field.
Makes a delayed text field.
Similar to EditorGUI.TextField but will not return the new value until the user has pressed enter or focus is moved away from the text field.
position | @param position Прямоугольник на экране, использующийся для текстового поля. |
property | @param value Цвет для редактирования. |
label | @param label Необязательная метка для отображения перед полем. |
Makes a delayed text field.
Similar to EditorGUI.TextField but will not return the new value until the user has pressed enter or focus is moved away from the text field.