EntityQueryBuilder.AsSortedSet_TComponent_().md

March 19, 2022 ยท View on GitHub

DefaultEcs

DefaultEcs.EntityQueryBuilder

EntityQueryBuilder.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>.

Contents

  1. 0.1DefaultEcs.EntityQueryBuilder
  2. 1EntityQueryBuilder.AsSortedSet() Method