Struct EntityEnumerator
Enumerator over a set of Entity instances.
public ref struct EntityEnumerator
- Inherited Members
Properties
Current
The current Entity instance.
public Entity Current { get; }
Property Value
Methods
MoveNext()
Moves to the next Entity instance.
public bool MoveNext()