Version: 2023.1
LanguageEnglish
  • C#

SearchDocumentFlags

enumeration

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

Description

Search document flags are used by the indexing system to provide additional information of an indexed document, like its source.

Properties

NoneIndicates no particular flags.
AssetIndicates that the indexed document is an asset. So it should have a valid asset path.
ObjectIndicates that the search document was indexed from an object such as a prefab or a scene.
NestedIndicates that the search document is an nested object.
GroupedIndicates that the indexed document was grouped in another asset provider.
ResourcesIndicates that the document was indexed from a resource bundle.