csharp
public readonly struct ChunkSequenceThe chunks a query matched, ready to be iterated.
No guide page documents this yet — the page shows what the code says about itself.
Remarks
A struct with a struct enumerator, so foreach over it allocates nothing and the JIT can see through the whole loop.
Methods (1)
public ChunkSequence.Enumerator GetEnumerator()Starts iterating.
Used by (2)
- QueryVixen.Ecs
- WorldVixen.Ecs