Version: 2020.2

ObjectSelectorSearchContext

class in UnityEditor.SearchService


实现接口:ISearchContext

切换到手册

描述

A search context implementation for ObjectSelector search engines. All methods that are called on an ObjectSelector search engine, and expect a ISearchContext, receive an object of this type.

变量

allowedInstanceIdsIEnumerable of integers that contains the instanceIds of objects that the search can include in its results.
currentObjectIdentifies the currently selected object.
editedObjectsWhen the object selector is opened from an Inspector, this property indicates which objects are currently being edited.
engineScopeAn enum that identifies the scope of the current search. This property is automatically set to ObjectSelector.EngineScope.
guidA unique identifier for this search context.
requiredTypeNamesAn IEnumerable of strings that contains the type name constraints for this search.
requiredTypesAn IEnumerable of types that contains the type constraints for this search.
selectorConstraintA function that, when called, indicates whether the object selector should show an item.
visibleObjectsIndicates which categories of objects are visible in the window. For example, GameObjects, Assets, or both.