Version: 2022.1
言語: 日本語

TextCursorPlacement

enumeration

マニュアルに切り替える

説明

Where to place the cursor in the text. (see ISearchView.SetSearchText).

[MenuItem("Examples/ISearchView/SetSearchText_WithCursorPosition")]
public static void SetSearchText_WithCursorPosition()
{
    var view = SearchService.ShowContextual("asset");
    view.SetSearchText("t:material", TextCursorPlacement.MoveLineStart);
}

変数

NoneDo not move the cursor.
MoveLineEndMove the cursor to the end of the line of text.
MoveLineStartMove the cursor to the beginning of the line of text.
MoveToEndOfPreviousWordMove the cursor to the end of the previous word.
MoveToStartOfNextWordMove the cursor to the start of the previous word.
MoveWordLeftMove the cursor one word to the left.
MoveWordRightMove the cursor one word to the right.
MoveAutoCompleteDefault cursor position (end of the line of text).
DefaultDo not move the cursor.
Copyright © 2023 Unity Technologies
优美缔软件(上海)有限公司 版权所有
"Unity"、Unity 徽标及其他 Unity 商标是 Unity Technologies 或其附属机构在美国及其他地区的商标或注册商标。其他名称或品牌是其各自所有者的商标。
公安部备案号:
31010902002961