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