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

屬性值

其中兩個專案等於一個 (的向量,它會傳回向量 (1,1)) 。

適用於