Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


MoveNext()

Move to next iterable value.
Read time 1 minuteLast updated 10 days ago

Definition

  • Type: Method
  • Namespace: Unity.Hierarchy
  • Assembly: UnityEngine.HierarchyCoreModule
public bool MoveNext()

Returns

Type

Description

bool
true
if Current item is valid,
false
otherwise.