A lazy, allocation-free view over a physics result array that yields only the elements a filter keeps.
This is a ref struct so it cannot escape to the heap, which keeps the enumeration Burst-compatible. It does not own the source array and never disposes it, so disposal stays with whoever created the results.
| Constructor | Description |
|---|---|
| PhysicsResultEnumerable_2 | Create a filtered view over a physics result array. |
| Method | Description |
|---|---|
| GetEnumerator | Get an enumerator that walks the source array and yields only the kept elements. |