SearchField

class in UnityEditor.IMGUI.Controls

매뉴얼로 전환

설명

The SearchField control creates a text field for a user to input text that can be used for searching.

It comes in two UI styles: one for normal usage and one for toolbars.

변수

autoSetFocusOnFindCommandChanges the keyboard focus to the search field when the user presses ‘Ctrl/Cmd + F’ when set to true. It is true by default.
searchFieldControlIDThis is the controlID used for the text field to obtain keyboard focus.

Public 함수

HasFocusThis function returns true if the search field has keyboard focus.
OnGUIThis function displays the search field with the default UI style and uses the GUILayout class to automatically calculate the position and size of the Rect it is rendered to. Pass an optional list to specify extra layout properties.
OnToolbarGUIThis function displays the search field with the toolbar UI style and uses the GUILayout class to automatically calculate the position and size of the Rect it is rendered to. Pass an optional list to specify extra layout properties.
SetFocusThis function changes keyboard focus to the search field so a user can start typing.

Events

downOrUpArrowKeyPressedThis event is dispatched when the focused search field detects that the down or up key is pressed and can be used to change keyboard focus to another control, such as the TreeView.

델리게이트

SearchFieldCallbackThis is a generic callback delegate for SearchField events and does not take any parameters.
Copyright © 2023 Unity Technologies
优美缔软件(上海)有限公司 版权所有
"Unity"、Unity 徽标及其他 Unity 商标是 Unity Technologies 或其附属机构在美国及其他地区的商标或注册商标。其他名称或品牌是其各自所有者的商标。
公安部备案号:
31010902002961