Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


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

boolWhether the enumerator has successfully moved to the next position.