Returns an EntitySortedSet<TComponent> with the specified rules.
public DefaultEcs.EntitySortedSet<TComponent> AsSortedSet<TComponent>();
TComponent
The component type by which Entity will be sorted.
DefaultEcs.EntitySortedSet<TComponent>
The EntitySortedSet<TComponent>.