Legacy Documentation: Version 5.0
Language: English
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

Matrix4x4.zero

Switch to Manual
public static var zero: Matrix4x4;

Description

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.