Matrix4x4.IsIdentity Property

Definition

Indicates whether the current matrix is the identity matrix.

public:
 property bool IsIdentity { bool get(); };
public bool IsIdentity { get; }
member this.IsIdentity : bool
Public ReadOnly Property IsIdentity As Boolean

Property Value

true if the current matrix is the identity matrix; otherwise, false.

Applies to