GetEnumerator()
Get an enumerator that walks the source array and yields only the kept elements.
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Method
- Namespace: Unity.U2D.Physics
- Assembly: UnityEngine.PhysicsCore2DModule
public PhysicsResultEnumerable<T, TFilter>.Enumerator GetEnumerator()
Returns
Type | Description |
|---|---|
| Enumerator | A value-type enumerator over the filtered elements. |