Version: 2022.1

SearchViewFlags.DisableInspectorPreview

切换到手册

描述

This flag disables the use of the Inspector Preview in the Search Picker window.

This flag is not set by default. When it is set, the Search Picker window will not show any panel or button related to the Inspector Preview. The flag OpenInspectorPreview will not work when DisableInspectorPreview is set.

[SearchContext("t:material", "asset", SearchViewFlags.DisableInspectorPreview)]
public Material selectMaterial;