TextValueInput

class in UnityEditor.UIElements

Switch to Manual

Description

This is the inner representation of the Text input.

Variables

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

Public Functions

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 Functions

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