Matrix4x4.GetRow 获取行

function GetRow (i : int) : Vector4

Description描述

Returns a row of the matrix.

返回矩阵的行。

The i-th row is returned as a Vector4. i must be from 0 to 3 inclusive.

第i行作为Vector4返回,i必须在0到3之间。

参见:SetRow.

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

本脚本参考基于Unity 3.4.1f5

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