Version: 2022.1
언어: 한국어
public bool isIdentity ;

설명

Checks whether this is an identity matrix. (Read Only)

An identity matrix contains 1.0 in the main diagonal, and 0.0 for every other elements.

See Also: Matrix4x4.identity property.