components property
The sorted list of component IDs that define this archetype.
Sorting ensures that the same set of components always produces the same archetype ID, regardless of insertion order.
Implementation
final List<ComponentId> components;
The sorted list of component IDs that define this archetype.
Sorting ensures that the same set of components always produces the same archetype ID, regardless of insertion order.
final List<ComponentId> components;