TextValueInput

class in UnityEngine.UIElements

/

Implemented in:UnityEngine.UIElementsModule

Description

This is the inner representation of the Text input.

Properties

allowedCharacters Method to override to indicate the allowed characters in the actual field.
formatString Formats the string.

Public Methods

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.

Protected Methods

StringToValue Converts a string to a value type.
ValueToString Convert the value to string for visual representation.

Did you find this page useful? Please give it a rating: