Unity - Scripting API: SearchMonitorView
struct in UnityEditor.Search
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.
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.
Description
Scoped search monitor view.
This struct provides a view on Search's main PropertyDatabases. Search offers some convenient PropertyDatabases to cache data. If this data comes from scenes or assets, those will be invalidated automatically whenever the scene or asset changes. If it comes from another source, you need to manage the invalidation process yourself with Invalidate and InvalidateDocument.