Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


FixedString4096Bytes.Enumerator

An enumerator over the characters (not bytes) of a FixedString4096Bytes.
Read time 1 minuteLast updated 6 days ago

Definition

public struct FixedString4096Bytes.Enumerator : IEnumerator

Remarks

In an enumerator's initial state, FixedString4096Bytes.Enumerator.Current is not valid to read. The first FixedString4096Bytes.Enumerator.MoveNext call advances the enumerator's index to the first character.

Constructors

Constructor

Description

Enumerator(Unity.Collections.FixedString4096Bytes)Initializes and returns an instance of FixedString4096Bytes.Enumerator.

Properties

Property

Description

CurrentThe current character.

Methods

Method

Description

DisposeDoes nothing.
MoveNextAdvances the enumerator to the next character.
ResetResets the enumerator to its initial state.