| Parameter | Description |
|---|---|
| source | The result array to filter. |
| filter | The filter deciding which elements are kept. |
PhysicsResultEnumerable<T,TFilter> A filtered view that can be iterated with foreach.
Produce a lazy, allocation-free view over a physics result array that yields only the elements the filter keeps.
The filter is a value type so the whole enumeration inlines and runs inside Burst.