docs.unity.cn
    Show / Hide Table of Contents

    Constructor ComponentTypes

    ComponentTypes(ComponentType)

    Declaration
    public ComponentTypes(ComponentType a)
    Parameters
    Type Name Description
    ComponentType a

    ComponentTypes(ComponentType, ComponentType)

    Declaration
    public ComponentTypes(ComponentType a, ComponentType b)
    Parameters
    Type Name Description
    ComponentType a
    ComponentType b

    ComponentTypes(ComponentType, ComponentType, ComponentType)

    Declaration
    public ComponentTypes(ComponentType a, ComponentType b, ComponentType c)
    Parameters
    Type Name Description
    ComponentType a
    ComponentType b
    ComponentType c

    ComponentTypes(ComponentType, ComponentType, ComponentType, ComponentType)

    Declaration
    public ComponentTypes(ComponentType a, ComponentType b, ComponentType c, ComponentType d)
    Parameters
    Type Name Description
    ComponentType a
    ComponentType b
    ComponentType c
    ComponentType d

    ComponentTypes(ComponentType, ComponentType, ComponentType, ComponentType, ComponentType)

    Declaration
    public ComponentTypes(ComponentType a, ComponentType b, ComponentType c, ComponentType d, ComponentType e)
    Parameters
    Type Name Description
    ComponentType a
    ComponentType b
    ComponentType c
    ComponentType d
    ComponentType e

    ComponentTypes(ComponentType[])

    Declaration
    [NotBurstCompatible]
    public ComponentTypes(ComponentType[] componentType)
    Parameters
    Type Name Description
    ComponentType[] componentType

    ComponentTypes(in FixedList128Bytes<ComponentType>)

    Declaration
    public ComponentTypes(in FixedList128Bytes<ComponentType> types)
    Parameters
    Type Name Description
    FixedList128Bytes<ComponentType> types
    Back to top Copyright © 2022 Unity Technologies
    Generated by DocFX
    on 04 August 2022
    Terms of use