Enum TextCursorPlacement | Quick Search | 2.0.0
docs.unity3d.com
    Show / Hide Table of Contents

    Enum TextCursorPlacement

    Where to place the cursor in the text are of a ISearchView (see SetSearchText(String, TextCursorPlacement)).

    Namespace: Unity.QuickSearch
    Syntax
    public enum TextCursorPlacement

    Fields

    Name Description
    Default

    Default cursor position (end of the line of text).

    MoveLineEnd

    Move the cursor at the end of the line of text.

    MoveLineStart

    Move the cursor at the beginning of the line of text.

    MoveToEndOfPreviousWord

    Move the cursor the the end of the previous word.

    MoveToStartOfNextWord

    Move the cursor the the start of the previous word.

    MoveWordLeft

    Move the cursor one word to the left.

    MoveWordRight

    Move the cursor one word to the right.

    None

    Do not ove the cursor.

    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023