C# Class Unity.Properties.UI.Internal.TextFieldExtensions

Afficher le fichier Open project: Unity-Technologies/com.unity.reflect.viewer

Méthodes publiques

Méthode Description
SelectRangeDelayed ( TextField textField, int cursorIndex, int selectionIndex ) : void

Method Details

SelectRangeDelayed() public static méthode

public static SelectRangeDelayed ( TextField textField, int cursorIndex, int selectionIndex ) : void
textField TextField
cursorIndex int
selectionIndex int
Résultat void