EntityQueryBuilder.EitherBuilder.AsSortedSet_TComponent_().md
March 19, 2022 ยท View on GitHub
DefaultEcs
DefaultEcs.EntityQueryBuilder.EitherBuilder
EntityQueryBuilder.EitherBuilder.AsSortedSet() Method
Returns an EntitySortedSet<TComponent> with the specified rules.
public DefaultEcs.EntitySortedSet<TComponent> AsSortedSet<TComponent>();
Type parameters
TComponent
The component type by which Entity will be sorted.
Returns
DefaultEcs.EntitySortedSet<TComponent>
The EntitySortedSet<TComponent>.