docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Method WithNone

    WithNone<T1>()

    Specify component types that must NOT be present.

    Declaration
    public SystemAPIQueryBuilder WithNone<T1>()
    Returns
    Type Description
    SystemAPIQueryBuilder

    This query builder object, to allow chaining multiple method calls.

    Type Parameters
    Name Description
    T1

    Absent component

    WithNone<T1, T2>()

    Specify component types that must NOT be present.

    Declaration
    public SystemAPIQueryBuilder WithNone<T1, T2>()
    Returns
    Type Description
    SystemAPIQueryBuilder

    This query builder object, to allow chaining multiple method calls.

    Type Parameters
    Name Description
    T1

    Absent component

    T2

    Absent component

    WithNone<T1, T2, T3>()

    Specify component types that must NOT be present.

    Declaration
    public SystemAPIQueryBuilder WithNone<T1, T2, T3>()
    Returns
    Type Description
    SystemAPIQueryBuilder

    This query builder object, to allow chaining multiple method calls.

    Type Parameters
    Name Description
    T1

    Absent component

    T2

    Absent component

    T3

    Absent component

    WithNone<T1, T2, T3, T4>()

    Specify component types that must NOT be present.

    Declaration
    public SystemAPIQueryBuilder WithNone<T1, T2, T3, T4>()
    Returns
    Type Description
    SystemAPIQueryBuilder

    This query builder object, to allow chaining multiple method calls.

    Type Parameters
    Name Description
    T1

    Absent component

    T2

    Absent component

    T3

    Absent component

    T4

    Absent component

    WithNone<T1, T2, T3, T4, T5>()

    Specify component types that must NOT be present.

    Declaration
    public SystemAPIQueryBuilder WithNone<T1, T2, T3, T4, T5>()
    Returns
    Type Description
    SystemAPIQueryBuilder

    This query builder object, to allow chaining multiple method calls.

    Type Parameters
    Name Description
    T1

    Absent component

    T2

    Absent component

    T3

    Absent component

    T4

    Absent component

    T5

    Absent component

    WithNone<T1, T2, T3, T4, T5, T6>()

    Specify component types that must NOT be present.

    Declaration
    public SystemAPIQueryBuilder WithNone<T1, T2, T3, T4, T5, T6>()
    Returns
    Type Description
    SystemAPIQueryBuilder

    This query builder object, to allow chaining multiple method calls.

    Type Parameters
    Name Description
    T1

    Absent component

    T2

    Absent component

    T3

    Absent component

    T4

    Absent component

    T5

    Absent component

    T6

    Absent component

    WithNone<T1, T2, T3, T4, T5, T6, T7>()

    Specify component types that must NOT be present.

    Declaration
    public SystemAPIQueryBuilder WithNone<T1, T2, T3, T4, T5, T6, T7>()
    Returns
    Type Description
    SystemAPIQueryBuilder

    This query builder object, to allow chaining multiple method calls.

    Type Parameters
    Name Description
    T1

    Absent component

    T2

    Absent component

    T3

    Absent component

    T4

    Absent component

    T5

    Absent component

    T6

    Absent component

    T7

    Absent component

    In This Article
    Back to top
    Copyright © 2024 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)