Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


ObjectSelectorSearchContext

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.
Read time 1 minuteLast updated 10 days ago

Definition

public class ObjectSelectorSearchContext : ISearchContext

Properties

Property

Description

allowBuiltinResourcesShows or hides built-in resources.
allowedEntityIdsIEnumerable of EntityId that contains the EntityIds 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.
endSessionModesFlags describing the different modes that EndSession is in.
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.
visibleObjectsIndicates which categories of objects are visible in the window. For example, GameObjects, Assets, or both.