docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class SearchUtilities

    Inheritance
    object
    SearchUtilities
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Unity.Cloud.Assets
    Assembly: Unity.Cloud.Assets.dll
    Syntax
    public static class SearchUtilities

    Methods

    And(NumericRange, NumericRangePredicate)

    Returns a predicate result of applying the AND operator to a NumericRange and a numeric range predicate.

    Declaration
    public static NumericRangePredicate And(this NumericRange lhs, NumericRangePredicate rhs)
    Parameters
    Type Name Description
    NumericRange lhs
    NumericRangePredicate rhs
    Returns
    Type Description
    NumericRangePredicate

    AndNot(NumericRange, NumericRangePredicate)

    Returns a predicate result of applying the AND operator to a NumericRange and the negated numeric range predicate.

    Declaration
    public static NumericRangePredicate AndNot(this NumericRange lhs, NumericRangePredicate rhs)
    Parameters
    Type Name Description
    NumericRange lhs
    NumericRangePredicate rhs
    Returns
    Type Description
    NumericRangePredicate

    Or(NumericRange, NumericRangePredicate)

    Returns a predicate result of applying the OR operator to a NumericRange and a numeric range predicate.

    Declaration
    public static NumericRangePredicate Or(this NumericRange lhs, NumericRangePredicate rhs)
    Parameters
    Type Name Description
    NumericRange lhs
    NumericRangePredicate rhs
    Returns
    Type Description
    NumericRangePredicate

    OrNot(NumericRange, NumericRangePredicate)

    Returns a predicate result of applying the OR operator to a numeric range and the negated numeric range predicate.

    Declaration
    public static NumericRangePredicate OrNot(this NumericRange lhs, NumericRangePredicate rhs)
    Parameters
    Type Name Description
    NumericRange lhs
    NumericRangePredicate rhs
    Returns
    Type Description
    NumericRangePredicate
    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)