Struct EntityQueryEnumerator
An enumerator that can be used to enumerate all Entity instances in a Frent.Systems.Query.
public ref struct EntityQueryEnumerator
- Inherited Members
Properties
Current
The current Entity instance.
public Entity Current { get; }
Property Value
Methods
Dispose()
Indicates to the world that this enumeration is finished; the world might allow structual changes after this.
public void Dispose()
MoveNext()
Moves to the next entity.
public bool MoveNext()