Version: 2022.3

SearchUtils.CreateSceneResult

切换到手册
public static Search.SearchItem CreateSceneResult (Search.SearchContext context, Search.SearchProvider sceneProvider, GameObject go);

参数

context Search context used to yield this item.
sceneProvider Source search provider. Can be the scene provider obtained with SearchService.GetProvider using the id "scene".
go Scene game object instance to create the new search item.

返回

SearchItem Scene search item that can be yielded by your custom provider.

描述

Creates a search item compatible with the scene provider.