言語: 日本語
  • C#
  • JS
  • Boo

スクリプト言語

お好みのスクリプト言語を選択すると、サンプルコードがその言語で表示されます。

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.