Matrix4x4.SetRow

Declaration

public void SetRow(int index, Vector4 row);

Description

Sets a row of the matrix.

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

Additional resources: GetRow.


Did you find this page useful? Please give it a rating: