docs.unity.cn
    Show / Hide Table of Contents

    Method GetAllArchetypes

    GetAllArchetypes(NativeList<EntityArchetype>)

    Gets all the archetypes.

    Declaration
    public void GetAllArchetypes(NativeList<EntityArchetype> allArchetypes)
    Parameters
    Type Name Description
    NativeList<EntityArchetype> allArchetypes

    A native list to receive the EntityArchetype objects.

    Remarks

    The function adds the archetype objects to the existing contents of the list. The list is not cleared.

    Back to top Copyright © 2022 Unity Technologies
    Generated by DocFX
    on Wednesday, July 6, 2022
    Terms of use