Version: 2022.2
LanguageEnglish
  • C#

SearchUtils.CreateSceneResult

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Submission failed

For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

Declaration

public static Search.SearchItem CreateSceneResult(Search.SearchContext context, Search.SearchProvider sceneProvider, GameObject go);

Parameters

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.

Returns

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

Description

Creates a search item compatible with the scene provider.