Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


MoveNext()

Advances the enumerator to the next character.
Read time 1 minuteLast updated 11 days ago

Definition

  • Type: Method
  • Namespace: Unity.Collections
  • Assembly: UnityEngine.ManagedKernelModule
public bool MoveNext()

Returns

Type

Description

boolTrue if FixedString32Bytes.Enumerator.Current is valid to read after the call.