Version: 2022.3
言語: 日本語
public void SetRow (int index, Vector4 row);

説明

行列の行を設定します。

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

See Also: GetRow.