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.