This version of Unity is unsupported.

Matrix4x4.SetRow

public void SetRow(int index, Vector4 row);

Description

Sets a row of the matrix.

The i-th row is set from v. i must be from 0 to 3 inclusive.

See Also: GetRow.