Version: 2023.1
언어: 한국어

SearchMonitorView

struct in UnityEditor.Search

매뉴얼로 전환

설명

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.

Public 함수

InvalidateMark a document property to be invalided.
InvalidateDocumentMark a document to be invalidated.
StoreAliasStore a property alias in the property string table.
StorePropertyStore a property value.
TryLoadAliasGets a property alias if any.
TryLoadPropertyLoads a property if any.