docs.unity.cn
    Show / Hide Table of Contents

    Method WithAny

    WithAny<T0>()

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

    WithAny(ComponentType)

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

    WithAny<T0, T1>()

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

    WithAny(ComponentType, ComponentType)

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

    WithAny<T0, T1, T2>()

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

    WithAny(ComponentType, ComponentType, ComponentType)

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

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

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

    WithAny(ComponentType, ComponentType, ComponentType, ComponentType)

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

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

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

    WithAny(ComponentType, ComponentType, ComponentType, ComponentType, ComponentType)

    Declaration
    public EntityQueryBuilder WithAny(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 © 2022 Unity Technologies
    Generated by DocFX
    on Wednesday, July 6, 2022
    Terms of use