IsIdentity Property (Matrix4x4)
Gets a value indicating whether this instance is an identity matrix.
public System.bool IsIdentity {get;}
'Declaration
Public ReadOnly Property IsIdentity As System.Boolean
Property Value
true
if this instance is an identity matrix; otherwise,
false
.