This version of Unity is unsupported.

TextValueInput

class in UnityEditor.UIElements

/

Implemented in:UnityEditor

Description

This is the inner representation of the Text input.

Properties

allowedCharactersMethod to override to indicate the allowed characters in the actual field.
formatStringFormat 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

StringToValueTransform the string representation in the field to the right value.
ValueToStringConvert the value to string for visual representation.