docs.unity.cn
    Show / Hide Table of Contents

    Method GetWriteGroupTypes

    GetWriteGroupTypes(TypeIndex)

    Used by codegen. Returns list of all type indices for components who have a WriteGroup on the provided type

    Declaration
    [GenerateTestsForBurstCompatibility(GenericTypeArguments = new Type[]{typeof(Entity)})]
    public static NativeArray<TypeIndex> GetWriteGroupTypes(TypeIndex typeIndex)
    Parameters
    Type Name Description
    TypeIndex typeIndex

    Component type index

    Returns
    Type Description
    NativeArray<TypeIndex>

    List of type indices

    Back to top Copyright © 2023 Unity Technologies — Terms of use
    Generated by DocFX
    on Thursday, August 10, 2023