Version: 2022.3
言語: 日本語
public Vector4 GetRow (int index);

説明

行列の行を返す。

i 番目の行が Vector4 として返されます。i は 0 ~ 3 の間である必要があります。

See Also: SetRow.