docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Method WithAllRW

    WithAllRW<T1>()

    Specify all read-write component types that must be present.

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

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

    Type Parameters
    Name Description
    T1

    Mandatory component

    WithAllRW<T1, T2>()

    Specify all read-write component types that must be present.

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

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

    Type Parameters
    Name Description
    T1

    Mandatory component

    T2

    Mandatory component

    In This Article
    • WithAllRW<T1>()
    • WithAllRW<T1, T2>()
    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)