Matrix4x4.SetRow 设置行

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.

第i行设置为v,i必须在0到3之间。

参见:GetRow.

最后修改:2011年2月26日 Saturday 15:16

本脚本参考基于Unity 3.4.1f5

英文部分版权属©Unity公司所有,中文部分© Unity圣典 版权所有,未经许可,严禁转载 。