TextValueInput

class in UnityEditor.UIElements

Cambiar al Manual

Descripción

This is the text string that is entered in the text input.

Variables

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

Funciones Públicas

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.

Funciones Protegidas

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