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

Mostrar archivo Open project: Unity-Technologies/com.unity.reflect.viewer

Public Methods

Method Description
SelectRangeDelayed ( TextField textField, int cursorIndex, int selectionIndex ) : void

Method Details

SelectRangeDelayed() public static method

public static SelectRangeDelayed ( TextField textField, int cursorIndex, int selectionIndex ) : void
textField TextField
cursorIndex int
selectionIndex int
return void