Version: 2018.4
Experimental: this API is experimental and might be changed or removed in the future.

TextField.SelectRange

マニュアルに切り替える
public void SelectRange (int cursorIndex, int selectionIndex);

パラメーター

cursorIndexThe caret and selection start position.
selectionIndexThe selection end position.

説明

Selects text in the textfield between cursorIndex and selectionIndex.