Legacy Documentation: Version 2018.1 (Go to current version)
LanguageEnglish
  • C#
  • JS

Script language

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

Matrix4x4.zero

public static Matrix4x4 zero;

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.

Did you find this page useful? Please give it a rating: