MoveNext()
Advances the enumerator to the next element.
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Method
- Namespace: Unity.Collections
- Assembly: UnityEngine.ManagedKernelModule
public bool MoveNext()
Returns
Type | Description |
|---|---|
| bool | True if FixedList512Bytes<T>.Enumerator.Current is valid to read after the call. |