Vector3.One プロパティ

定義

3 つの要素が 1 に等しいベクトルを取得します。

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

プロパティ値

3 つの要素が 1 と等しいベクトル (つまり、ベクター (1,1,1)を返します)。

適用対象