docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Struct QueryGraphOptimizationOptions

    Structure containing the different options used to optimize a query graph.

    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 QueryGraphOptimizationOptions

    Fields

    propagateNotToLeaves

    Propagate "Not" operations to leaves, so only leaves can have "Not" operations as parents.

    Declaration
    public bool propagateNotToLeaves
    Field Value
    Type Description
    bool

    swapFilterFunctionsToRightHandSide

    Swaps filter functions to the right hand side of combining operations (i.e. "And", "Or"). Useful if those filter operations are slow.

    Declaration
    public bool swapFilterFunctionsToRightHandSide
    Field Value
    Type Description
    bool

    swapNotToRightHandSide

    Swaps "Not" operations to the right hand side of combining operations (i.e. "And", "Or"). Useful if a "Not" operation is slow.

    Declaration
    public bool swapNotToRightHandSide
    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)