docs.unity.cn
    Show / Hide Table of Contents

    Method WithAll

    WithAll<T0>()

    Declaration
    public EntityQueryBuilder WithAll<T0>()
    Returns
    Type Description
    EntityQueryBuilder
    Type Parameters
    Name Description
    T0

    WithAll(ComponentType)

    Declaration
    public EntityQueryBuilder WithAll(ComponentType type0)
    Parameters
    Type Name Description
    ComponentType type0
    Returns
    Type Description
    EntityQueryBuilder

    WithAll<T0, T1>()

    Declaration
    public EntityQueryBuilder WithAll<T0, T1>()
    Returns
    Type Description
    EntityQueryBuilder
    Type Parameters
    Name Description
    T0
    T1

    WithAll(ComponentType, ComponentType)

    Declaration
    public EntityQueryBuilder WithAll(ComponentType type0, ComponentType type1)
    Parameters
    Type Name Description
    ComponentType type0
    ComponentType type1
    Returns
    Type Description
    EntityQueryBuilder

    WithAll<T0, T1, T2>()

    Declaration
    public EntityQueryBuilder WithAll<T0, T1, T2>()
    Returns
    Type Description
    EntityQueryBuilder
    Type Parameters
    Name Description
    T0
    T1
    T2

    WithAll(ComponentType, ComponentType, ComponentType)

    Declaration
    public EntityQueryBuilder WithAll(ComponentType type0, ComponentType type1, ComponentType type2)
    Parameters
    Type Name Description
    ComponentType type0
    ComponentType type1
    ComponentType type2
    Returns
    Type Description
    EntityQueryBuilder

    WithAll<T0, T1, T2, T3>()

    Declaration
    public EntityQueryBuilder WithAll<T0, T1, T2, T3>()
    Returns
    Type Description
    EntityQueryBuilder
    Type Parameters
    Name Description
    T0
    T1
    T2
    T3

    WithAll(ComponentType, ComponentType, ComponentType, ComponentType)

    Declaration
    public EntityQueryBuilder WithAll(ComponentType type0, ComponentType type1, ComponentType type2, ComponentType type3)
    Parameters
    Type Name Description
    ComponentType type0
    ComponentType type1
    ComponentType type2
    ComponentType type3
    Returns
    Type Description
    EntityQueryBuilder

    WithAll<T0, T1, T2, T3, T4>()

    Declaration
    public EntityQueryBuilder WithAll<T0, T1, T2, T3, T4>()
    Returns
    Type Description
    EntityQueryBuilder
    Type Parameters
    Name Description
    T0
    T1
    T2
    T3
    T4

    WithAll(ComponentType, ComponentType, ComponentType, ComponentType, ComponentType)

    Declaration
    public EntityQueryBuilder WithAll(ComponentType type0, ComponentType type1, ComponentType type2, ComponentType type3, ComponentType type4)
    Parameters
    Type Name Description
    ComponentType type0
    ComponentType type1
    ComponentType type2
    ComponentType type3
    ComponentType type4
    Returns
    Type Description
    EntityQueryBuilder
    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX
    on Friday, May 28, 2021