Struct QueryValidationOptions | Quick Search | 2.0.0
docs.unity3d.com
    Show / Hide Table of Contents

    Struct QueryValidationOptions

    Struct containing the available query validation options.

    Namespace: Unity.QuickSearch
    Syntax
    public struct QueryValidationOptions

    Fields

    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
    Boolean

    validateFilters

    Boolean indicating if filters should be validated.

    Declaration
    public bool validateFilters
    Field Value
    Type Description
    Boolean
    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023