docs.unity.cn
    Show / Hide Table of Contents

    Method WithAnyReadOnly

    WithAnyReadOnly<T0>()

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

    WithAnyReadOnly(ComponentType)

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

    WithAnyReadOnly<T0, T1>()

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

    WithAnyReadOnly(ComponentType, ComponentType)

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

    WithAnyReadOnly<T0, T1, T2>()

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

    WithAnyReadOnly(ComponentType, ComponentType, ComponentType)

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

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

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

    WithAnyReadOnly(ComponentType, ComponentType, ComponentType, ComponentType)

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

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

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

    WithAnyReadOnly(ComponentType, ComponentType, ComponentType, ComponentType, ComponentType)

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