Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


ISearchContext

The base interface for search contexts.
Read time 1 minuteLast updated 6 days ago

Definition

public interface ISearchContext

Properties

Property

Description

engineScopeAn enum that identifies the current search scope.
guidA unique identifier for this search context.
requiredTypeNamesAn IEnumerable of strings that contains the type name constraints for this search.
requiredTypesIEnumerable of types that contains the type constraints for this search.