Walks a physics result array and yields only the elements the filter keeps.
This is a value-type enumerator so a foreach over the filtered view allocates nothing.
| Property | Description |
|---|---|
| Current | Get the element at the current position of the enumerator. |
| Constructor | Description |
|---|---|
| PhysicsResultEnumerable_2.Enumerator | Create an enumerator over a result array and its filter. |
| Method | Description |
|---|---|
| MoveNext | Advance to the next element the filter keeps. |