# vertexAttributes

> Array containing information of vertex attributes.

## Definition

* **Type:** Field
* **Namespace:** [UnityEngine.Rendering](/engine/6000.5/script-reference/unityengine/rendering.md)
* **Assembly:** UnityEngine.CoreModule

```csharp
public VertexAttributeDescriptor[] vertexAttributes
```

### Remarks

See: [Mesh.SetVertexBufferParams](/engine/6000.5/script-reference/unityengine/mesh/setvertexbufferparams.md), [GraphicsStateCollection.GraphicsState.SetMeshData](/engine/6000.5/script-reference/unityengine/rendering/graphicsstatecollection/graphicsstate/setmeshdata.md).
