次の方法で共有


Matrix3DHelper.Identity プロパティ

定義

確立された値が IDENTITY 変換を表す静的に構築された Matrix3D を取得します。 C# と Microsoft Visual Basic のコードでは、代わりに ID を 使用する必要があります。

public:
 static property Matrix3D Identity { Matrix3D get(); };
static Matrix3D Identity();
public static Matrix3D Identity { get; }
var matrix3D = Matrix3DHelper.identity;
Public Shared ReadOnly Property Identity As Matrix3D

プロパティ値

確立された値が ID 変換を表す静的に構築された Matrix3D

適用対象