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