[ Web Proxy ]
URL:
Viewing: https://docs.unity3d.com/ScriptReference/Search.SearchColumnEventArgs.html [Back]  [Original]

Unity - Scripting API: SearchColumnEventArgs
Version: Unity 6.5 (6000.5)
    • Supported
    • Legacy
    LanguageEnglish
    • C#

    SearchColumnEventArgs

    struct in UnityEditor.Search

    Suggest a change

    Success!

    Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

    Close

    Submission failed

    For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

    Close
    Your name Your email Suggestion* Submit suggestion

    Cancel

    Description

    Search column event arguments are used by SearchColumn.getter, SearchColumn.drawer and SearchColumn.setter delegates.

    Properties

    Property Description
    columnSearch column being handled by the current event.
    contextSearch context being used for the current event.
    focusedIndicates if the search column cell is currently focused.
    itemSearch item currently being used for the event.
    multipleIndicates if multiple search results are currently selected when processing the current event.
    rectUnityEngine.Rect used to indicate the drawing boudaries of the SearchColumn.drawer event.
    selectedIndicates if the search result is currently selected.
    valueValue obtained from SearchColumn.getter before calling SearchColumn.drawer.

    Web Proxy Viewer  |  New URL  |  Original Page