Vector3.One 속성

정의

세 개의 요소가 1과 같은 벡터를 가져옵니다.

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

속성 값

Vector3

세 요소가 1과 같은 벡터(즉, 벡터 (1,1,1)를 반환합니다.

적용 대상