class in UnityEditor.UIElements
Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.
CloseFor some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.
CloseThis is the inner representation of the Text input.
allowedCharacters | Method to override to indicate the allowed characters in the actual field. |
formatString | Formats the string. |
ApplyInputDeviceDelta | Called when the user is dragging the label to update the value contained in the field. |
StartDragging | Method called by the application when the label of the field is started to be dragged to change the value of it. |
StopDragging | Method called by the application when the label of the field is stopped to be dragged to change the value of it. |
StringToValue | Converts a string to a value type. |
ValueToString | Convert the value to string for visual representation. |