GetEnumerator()
Gets an enumerator to iterate through the elements of a NativeSlice<T>.
Read time 1 minuteLast updated 12 days ago
Definition
- Type: Method
- Namespace: Unity.Collections
- Assembly: UnityEngine.CoreModule
public NativeSlice<T>.Enumerator GetEnumerator()
Returns
Type | Description |
|---|---|
| Enumerator | An enumerator that can iterate through the elements of a NativeSlice. |