SearchMonitorView
Scoped search monitor view.
Read time 1 minuteLast updated 7 days ago
Definition
- Type: Struct
- Namespace: UnityEditor.Search
- Assembly: UnityEditor
- Implements: IDisposable
public struct SearchMonitorView : IDisposable
Remarks
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.
Methods
Method | Description |
|---|---|
| Invalidate | Mark a document property to be invalided. |
| InvalidateDocument | Mark a document to be invalidated. |
| StoreAlias | Store a property alias in the property string table. |
| StoreProperty | Store a property value. |
| TryLoadAlias | Gets a property alias if any. |
| TryLoadProperty | Loads a property if any. |