# DrawDataEnumerator

> Enumerator over the draws of a MeshModificationContext.

## Definition

* **Type:** Struct
* **Namespace:** [UnityEngine.UIElements](/engine/6000.6/script-reference/unityengine/uielements.md)
* **Assembly:** UnityEngine.UIElementsModule

```csharp
public ref struct DrawDataEnumerator
```

## Properties

| Property                                                                                        | Description       |
| ----------------------------------------------------------------------------------------------- | ----------------- |
| [Current](/engine/6000.6/script-reference/unityengine/uielements/drawdataenumerator/current.md) | The current draw. |

## Methods

| Method                                                                                            | Description                |
| ------------------------------------------------------------------------------------------------- | -------------------------- |
| [MoveNext](/engine/6000.6/script-reference/unityengine/uielements/drawdataenumerator/movenext.md) | Advances to the next draw. |
