docs.unity.cn
    Show / Hide Table of Contents

    Method WithNone

    WithNone<T0>()

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

    WithNone(ComponentType)

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

    WithNone<T0, T1>()

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

    WithNone(ComponentType, ComponentType)

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

    WithNone<T0, T1, T2>()

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

    WithNone(ComponentType, ComponentType, ComponentType)

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

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

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

    WithNone(ComponentType, ComponentType, ComponentType, ComponentType)

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

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

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

    WithNone(ComponentType, ComponentType, ComponentType, ComponentType, ComponentType)

    Declaration
    public EntityQueryBuilder WithNone(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