Version: 5.4
public static Matrix4x4 zero ;

설명

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

The matrix looks like this:

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

See Also: identity variable.