# DrawDataEnumerable

> Iterable view over the draws of a MeshModificationContext.

## Definition

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

```csharp
public ref struct DrawDataEnumerable
```

## Methods

| Method                                                                                                      | Description                                            |
| ----------------------------------------------------------------------------------------------------------- | ------------------------------------------------------ |
| [GetEnumerator](/engine/6000.7/script-reference/unityengine/uielements/drawdataenumerable/getenumerator.md) | Returns an enumerator that iterates through the draws. |
