isIdentity
Checks whether this is an identity matrix. (Read Only)
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Property
- Namespace: UnityEngine
- Assembly: UnityEngine.CoreModule
public bool isIdentity { get; }
Remarks
An identity matrix contains 1.0 in the main diagonal, and 0.0 for every other elements.
Additional Resources: Matrix4x4.identity property.