Version: 2017.1
public void SetRow (int index, Vector4 row);

Description

Sets a row of the matrix.

n-й ряд возвращается как Vector4. n должно быть от 0 до 3-х включительно.

See Also: GetRow.