# GetRow(int)

> Gets a row of the matrix.

## Definition

* **Type:** Method
* **Namespace:** [Unity.VectorGraphics](/engine/6000.6/script-reference/unity/vectorgraphics.md)
* **Assembly:** UnityEngine.VectorGraphicsModule

```csharp
public Vector3 GetRow(int index)
```

### Parameters

**** (\[int]\(https\://learn.microsoft.com/dotnet/api/system.int32)): The row index, between 0 and 1 inclusively

### Returns

| Type                                                              | Description        |
| ----------------------------------------------------------------- | ------------------ |
| [Vector3](/engine/6000.6/script-reference/unityengine/vector3.md) | The row at "index" |
