Vector2.One プロパティ

定義

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

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

プロパティ値

Vector2

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

適用対象