# GetColumn(int)

> Gets a column of the matrix.

## Definition

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

```csharp
public Vector2 GetColumn(int index)
```

### Parameters

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

### Returns

| Type                                                              | Description           |
| ----------------------------------------------------------------- | --------------------- |
| [Vector2](/engine/6000.5/script-reference/unityengine/vector2.md) | The column at "index" |
