Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


MoveNext()

Moves the enumerator to the next transform handle.
Read time 1 minuteLast updated 12 days ago

Definition

  • Type: Method
  • Namespace: UnityEngine
  • Assembly: UnityEngine.CoreModule
public bool MoveNext()

Returns

Type

Description

bool
true
if the enumerator moved to the next
TransformHandle
instance. Otherwise,
false
.