Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


SearchDocumentFlags

Search document flags are used by the indexing system to provide additional information of an indexed document, like its source.
Read time 1 minuteLast updated 4 days ago

Definition

[Flags]public enum SearchDocumentFlags

Fields

Value

Description

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