Matrix4x4.Identity Property

Definition

Gets the multiplicative identity matrix.

public:
 static property System::Numerics::Matrix4x4 Identity { System::Numerics::Matrix4x4 get(); };
public static System.Numerics.Matrix4x4 Identity { get; }
static member Identity : System.Numerics.Matrix4x4
Public Shared ReadOnly Property Identity As Matrix4x4

Property Value

Gets the multiplicative identity matrix.

Applies to