MoveNext()
Moves the enumerator to the next position.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Method
- Namespace: UnityEngine
- Assembly: UnityEngine.CoreModule
public bool MoveNext()
Returns
Type | Description |
|---|---|
| bool | Whether the enumerator has successfully moved to the next position. |