Vector2.One 속성

정의

두 개의 요소가 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,1)반환).

적용 대상