Version: 2022.3
言語: 日本語
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.