Version: 2023.2
언어: 한국어

SearchMonitor

class in UnityEditor.Search

매뉴얼로 전환

설명

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.

정적 변수

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

정적 함수

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

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.