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