isIdentity
7/14/25Less than 1 minute
Matrix4x4.isIdentity
"Read-Only"
This property is **Read-Only**
Name | Type |
---|---|
isIdentity | boolean |
Description
Checks whether this is an identity matrix. (Read Only)
Extra Detail
An identity matrix contains 1.0 in the main diagonal, and 0.0 for every other elements.