GetEnumerator()
Returns an enumerator for iterating over the characters of the NativeText.
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Method
- Namespace: Unity.Collections
- Assembly: UnityEngine.ManagedKernelModule
public NativeText.Enumerator GetEnumerator()
Returns
Type | Description |
|---|---|
| Enumerator | An enumerator for iterating over the characters of the NativeText. |