GetRow(int)
Returns a row of the matrix.
Read time 1 minuteLast updated 7 days ago
Definition
- Type: Method
- Namespace: UnityEngine
- Assembly: UnityEngine.CoreModule
public Vector4 GetRow(int index)
Parameters
Returns
Type | Description |
|---|---|
| Vector4 |
Remarks
The i-th row is returned as a Vector4. i must be from 0 to 3 inclusive.
Additional Resources: Matrix4x4.SetRow.