Vector2.One プロパティ

定義

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

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

プロパティ値

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

適用対象