Vixen
02b45cc4

ChunkSequence

struct Core/Vixen.Ecs/Query.cs:99
csharp
public readonly struct ChunkSequence

The 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)

Used by (2)

  • QueryVixen.Ecs
  • WorldVixen.Ecs