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

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

    SearchMonitor

    class 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

    The search monitor is responsible to track any changes that occurs in Unity in order to update search indexes or other search data structure at runtime.

    Static Properties

    Property Description
    pendingIndicates if the changes still need to be processed by the search backend.

    Static Methods

    Method Description
    GetDiffReturns the assets that changed since a point in time.
    GetViewReturns a SearchMonitorView to access Search's main PropertyDatabases.
    RaiseContentRefreshedMark content to be refreshed.
    ResetReset the search property database content, invalidating all caches.

    Events

    Event Description
    contentRefreshedEvent invoked when some content has changed.
    documentsInvalidatedEvent raised when documents get invalidated.
    objectChangedEvent raised when an UnityEngine.Object changed.
    sceneChangedEvent raised when the current loaded scene changes that might affect search results.

    Web Proxy Viewer  |  New URL  |  Original Page