This version of Unity is unsupported.

TextValueInput

class in UnityEditor.UIElements

Description

This is the inner representation of the Text input.

Properties

allowedCharactersMethod to override to indicate the allowed characters in the actual field.
formatStringFormats the string.

Public Methods

ApplyInputDeviceDeltaCalled when the user is dragging the label to update the value contained in the field.
StartDraggingMethod called by the application when the label of the field is started to be dragged to change the value of it.
StopDraggingMethod called by the application when the label of the field is stopped to be dragged to change the value of it.

Protected Methods

StringToValueConverts a string to a value type.
ValueToStringConvert the value to string for visual representation.