FixedString32Bytes.Enumerator
An enumerator over the characters (not bytes) of a FixedString32Bytes.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Struct
- Namespace: Unity.Collections
- Assembly: UnityEngine.ManagedKernelModule
- Implements: IEnumerator
public struct FixedString32Bytes.Enumerator : IEnumerator
Remarks
In an enumerator's initial state, FixedString32Bytes.Enumerator.Current is not valid to read. The first FixedString32Bytes.Enumerator.MoveNext call advances the enumerator's index to the first character.
Constructors
Constructor | Description |
|---|---|
| Enumerator(Unity.Collections.FixedString32Bytes) | Initializes and returns an instance of FixedString32Bytes.Enumerator. |
Properties
Property | Description |
|---|---|
| Current | The current character. |