EntitySortedSet_TComponent_.GetEntities().md
March 19, 2022 ยท View on GitHub
DefaultEcs
DefaultEcs.EntitySortedSet<TComponent>
EntitySortedSet.GetEntities() Method
Gets the Entity contained in the current EntitySortedSet<TComponent>.
public System.ReadOnlySpan<DefaultEcs.Entity> GetEntities();
Returns
System.ReadOnlySpan<Entity>
A System.ReadOnlySpan<> of the Entity contained in the current EntitySortedSet<TComponent>.