Legacy Documentation: Version 4.6(go to latest)
Language: English
  • C#
  • JS
  • Boo

Script language

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

Matrix4x4.zero

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.