Matrix4x4.IsIdentity Propiedad

Definición

Indica si la matriz actual es la matriz de identidad.

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

Valor de propiedad

Boolean

true si la matriz actual es la matriz de identidad; de lo contrario, false.

Se aplica a