docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Method WithPresent

    WithPresent<TComponent1>()

    Specify all read-only component types that must be present, whether enabled or disabled.

    Declaration
    public QueryEnumerable<T1, T2, T3, T4, T5> WithPresent<TComponent1>()
    Returns
    Type Description
    QueryEnumerable<T1, T2, T3, T4, T5>

    QueryEnumerable, which allows enumerating over all Aspects, RefRO, RefRW, EnabledRefRO and EnabledRefRW components that match the constructed Query.

    Type Parameters
    Name Description
    TComponent1

    A component type

    WithPresent<TComponent1, TComponent2>()

    Specify all read-only component types that must be present, whether enabled or disabled.

    Declaration
    public QueryEnumerable<T1, T2, T3, T4, T5> WithPresent<TComponent1, TComponent2>()
    Returns
    Type Description
    QueryEnumerable<T1, T2, T3, T4, T5>

    QueryEnumerable, which allows enumerating over all Aspects, RefRO, RefRW, EnabledRefRO and EnabledRefRW components that match the constructed Query.

    Type Parameters
    Name Description
    TComponent1

    A component type

    TComponent2

    A component type

    WithPresent<TComponent1, TComponent2, TComponent3>()

    Specify all read-only component types that must be present, whether enabled or disabled.

    Declaration
    public QueryEnumerable<T1, T2, T3, T4, T5> WithPresent<TComponent1, TComponent2, TComponent3>()
    Returns
    Type Description
    QueryEnumerable<T1, T2, T3, T4, T5>

    QueryEnumerable, which allows enumerating over all Aspects, RefRO, RefRW, EnabledRefRO and EnabledRefRW components that match the constructed Query.

    Type Parameters
    Name Description
    TComponent1

    A component type

    TComponent2

    A component type

    TComponent3

    A component type

    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)