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