docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class ConditionalSearchCriteria<T>

    Inheritance
    object
    BaseSearchCriteria
    ConditionalSearchCriteria<T>
    Inherited Members
    BaseSearchCriteria.PropertyName
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Unity.Cloud.Assets
    Assembly: Unity.Cloud.Assets.dll
    Syntax
    public sealed class ConditionalSearchCriteria<T> : BaseSearchCriteria
    Type Parameters
    Name Description
    T

    Methods

    Clear()

    Clears the criteria fields.

    Declaration
    public override void Clear()
    Overrides
    BaseSearchCriteria.Clear()

    WithValue(SearchConditionRange, T)

    Sets the value of the conditional criteria.

    Declaration
    public void WithValue(SearchConditionRange range, T value)
    Parameters
    Type Name Description
    SearchConditionRange range

    The range to consider.

    T value

    The threshold value.

    WithValueGreaterThan(T)

    Sets the value of the conditional criteria.

    Declaration
    public void WithValueGreaterThan(T value)
    Parameters
    Type Name Description
    T value

    The threshold value.

    WithValueGreaterThanOrEqualTo(T)

    Sets the value of the conditional criteria.

    Declaration
    public void WithValueGreaterThanOrEqualTo(T value)
    Parameters
    Type Name Description
    T value

    The threshold value.

    WithValueLessThan(T)

    Sets the value of the conditional criteria.

    Declaration
    public void WithValueLessThan(T value)
    Parameters
    Type Name Description
    T value

    The threshold value.

    WithValueLessThanOrEqualTo(T)

    Sets the value of the conditional criteria.

    Declaration
    public void WithValueLessThanOrEqualTo(T value)
    Parameters
    Type Name Description
    T value

    The threshold value.

    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)