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.