Legacy Documentation: Version 4.6(go to latest)
Language: English
  • C#
  • JS
  • Boo

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

Matrix4x4.SetRow

public function SetRow(i: int, v: Vector4): void;

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.