Version: 2020.2
public IEnumerable<Type> requiredTypes ;

描述

An IEnumerable of types that contains the type constraints for this search.

This IEnumerable can be null or empty. If it is not empty, but contains null values, you can find the required type for the search in the SearchService.Scene.SearchContext.requiredTypeNames IEnumerable instead. Both IEnumerables contain the same number of elements, and map to each other one-to-one.