Matrix4x4.zero 0矩阵

static var zero : Matrix4x4

Description描述

Returns a matrix with all elements set to zero (Read Only).

返回所有元素都设置为0的一个矩阵(只读)。

The matrix looks like this:

矩阵像这样:

0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0

参见:identity 变量

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

本脚本参考基于Unity 3.4.1f5

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