AEntitySortedSetSystem_TState,TComponent_.SortedSet.md
March 19, 2022 ยท View on GitHub
DefaultEcs
DefaultEcs.System.AEntitySortedSetSystem<TState,TComponent>
AEntitySortedSetSystem<TState,TComponent>.SortedSet Property
Gets the EntitySortedSet<TComponent> instance on which this system operates.
public DefaultEcs.EntitySortedSet<TComponent> SortedSet { get; }