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

屬性值

其中三個元素等於一個 (的向量,它會傳回向量 (1,1,1)

適用於