[ Web Proxy ]
URL:
Viewing: https://docs.unity3d.com/ScriptReference/Search.SearchDocumentFlags.html [Back]  [Original]

Unity - Scripting API: SearchDocumentFlags
Version: Unity 6.5 (6000.5)
    • Supported
    • Legacy
    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
    Your name Your email Suggestion* Submit suggestion

    Cancel

    Description

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

    Properties

    Property Description
    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.

    Web Proxy Viewer  |  New URL  |  Original Page