Struct ChunkQueryEnumerator<T>
Enumerates all component references of the specified types for each Entity in a query in chunks.
public ref struct ChunkQueryEnumerator<T>
Type Parameters
T
- Inherited Members
Properties
Current
The current tuple of component chunks.
public ChunkTuple<T> Current { get; }
Property Value
- ChunkTuple<T>
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 chunk of components in this enumeration.
public bool MoveNext()