docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Struct QueryValidationOptions

    Struct containing the available query validation options.

    Inherited Members
    ValueType.Equals(object)
    ValueType.GetHashCode()
    ValueType.ToString()
    object.Equals(object, object)
    object.GetType()
    object.ReferenceEquals(object, object)
    Namespace: UnityEditor.Search
    Assembly: com.unity.quicksearch.dll
    Syntax
    public struct QueryValidationOptions

    Fields

    skipIncompleteFilters

    Boolean indicating if incomplete filters should be skipped. If skipIncompleteFilters is false, incomplete filters will generate errors when parsed.

    Declaration
    public bool skipIncompleteFilters
    Field Value
    Type Description
    bool

    skipUnknownFilters

    Boolean indicating if unknown filters should be skipped. If validateFilters is true and skipUnknownFilters is false, unknown filters will generate errors if no default handler is provided.

    Declaration
    public bool skipUnknownFilters
    Field Value
    Type Description
    bool

    validateFilters

    Boolean indicating if filters should be validated.

    Declaration
    public bool validateFilters
    Field Value
    Type Description
    bool
    In This Article
    Back to top
    Copyright © 2025 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)