components property

List<ComponentId> components
final

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;