GetColumn(int)
Gets a column of the matrix.
Read time 1 minuteLast updated 11 days ago
Definition
- Type: Method
- Namespace: Unity.VectorGraphics
- Assembly: UnityEngine.VectorGraphicsModule
public Vector2 GetColumn(int index)
Parameters
The column index, between 0 and 2 inclusively
Returns
Type | Description |
|---|---|
| Vector2 | The column at "index" |